[Pypi-checkins] r917 - trunk/pypi
richard
python-checkins at python.org
Tue Apr 12 08:21:20 CEST 2011
Author: richard
Date: Tue Apr 12 08:21:20 2011
New Revision: 917
Modified:
trunk/pypi/pypi.css
Log:
commit those CSS changes I made
Modified: trunk/pypi/pypi.css
==============================================================================
--- trunk/pypi/pypi.css (original)
+++ trunk/pypi/pypi.css Tue Apr 12 08:21:20 2011
@@ -279,8 +279,20 @@
margin-top:3px;
}
-#document-navigation ul
-{
+#document-navigation ul {
/* bit too squeezy with the default large padding */
margin: 0px;
}
+
+#document-navigation a {
+ /* bit too squeezy with the default large padding */
+ border-bottom: none;
+}
+
+#document-navigation a:link {
+ text-decoration: underline;
+}
+
+#document-navigation a:visited {
+ text-decoration: underline;
+}
More information about the Pypi-checkins
mailing list