Fixed an issue with text in the footer
[m6w6/gitweb-theme] / gitweb.css
index abf18cccf7971af82a7238f941d759c731bb2377..b2cd8ddc40e19160055e8b545bda6a0f50974181 100644 (file)
@@ -161,6 +161,7 @@ td, th {
   color: #666;
   display: inline;
   float: left;
+  margin-left: 25px;
 }
 
 a.rss_logo {
@@ -185,8 +186,13 @@ a.rss_logo:hover {
   background-color: #ee5500;
 }
 
-a.rss_logo:first-child {
+.rss_logo {
   margin-right: 25px;
+  background: yellow;
+}
+
+.rss_logo:last-child {
+  margin-right: 5px;
 }
 
 /* Index include
@@ -394,7 +400,7 @@ th .header {
   float: right;
 }
 
-.object_header td, 
+.object_header td,
 .object_header th {
   vertical-align: top;
 }