projects
/
m6w6
/
gitweb-theme
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
84b601a
)
Fixed an issue with text in the footer
author
Stefan Imhoff
<stefan@imhoff.name>
Mon, 11 Mar 2013 11:00:37 +0000
(12:00 +0100)
committer
Stefan Imhoff
<stefan@imhoff.name>
Mon, 11 Mar 2013 11:00:37 +0000
(12:00 +0100)
gitweb.css
patch
|
blob
|
history
diff --git
a/gitweb.css
b/gitweb.css
index abf18cccf7971af82a7238f941d759c731bb2377..b2cd8ddc40e19160055e8b545bda6a0f50974181 100644
(file)
--- a/
gitweb.css
+++ b/
gitweb.css
@@
-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;
}