projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c53634c
)
web: Make image rule global.
author
Andre Noll
<maan@systemlinux.org>
Sun, 18 Aug 2013 17:15:13 +0000
(19:15 +0200)
committer
Andre Noll
<maan@systemlinux.org>
Sun, 18 Aug 2013 17:47:54 +0000
(19:47 +0200)
This way it also applies to the paraslash logo. Without this, old
mozilla browsers show a margin around the image, which looks ugly.
web/para.css
patch
|
blob
|
history
diff --git
a/web/para.css
b/web/para.css
index 131493052e4486254b6296b4ba56737bd799f8b4..422f454eefebdbcdfc301c8cf2fed6f098b549d5 100644
(file)
--- a/
web/para.css
+++ b/
web/para.css
@@
-34,6
+34,11
@@
hr {
border-top: 1px solid yellow;
}
+img {
+ float: right;
+ border-width: 0px;
+}
+
caption { font-weight: bold }
/* doxgen */
@@
-301,11
+306,6
@@
span.cntrl {
margin: 0px 2px 0px 2px;
}
-img.logo {
- float: right;
- border-width: 0px;
-}
-
div.page_header {
padding: 8px;
font-size: 120%;