projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3f9788
)
web: Avoid gray area on gitweb page.
author
Andre Noll
<maan@systemlinux.org>
Sun, 18 Aug 2013 12:40:00 +0000
(14:40 +0200)
committer
Andre Noll
<maan@systemlinux.org>
Sun, 18 Aug 2013 17:47:54 +0000
(19:47 +0200)
Removing this section makes it go away.
web/para.css
patch
|
blob
|
history
diff --git
a/web/para.css
b/web/para.css
index
27e7519
..
2207d61
100644
(file)
--- a/
web/para.css
+++ b/
web/para.css
@@
-354,15
+354,6
@@
div.page_body {
font-size: 150%;
}
-div.title {
- display: block;
- padding: 6px 8px;
- font-weight: bold;
- background-color: #555555;
- text-decoration: none;
- color: white;
-}
-
a.title:hover {
background-color: #AA3100;
}