fnp
/
wolnelektury.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
068c98b
)
Added pading and negative margin to top message style.
author
Marek Stępniowski
<marek@stepniowski.com>
Fri, 22 Aug 2008 14:35:06 +0000
(16:35 +0200)
committer
Marek Stępniowski
<marek@stepniowski.com>
Fri, 22 Aug 2008 14:35:06 +0000
(16:35 +0200)
media/css/master.css
patch
|
blob
|
history
diff --git
a/media/css/master.css
b/media/css/master.css
index
4450eb1
..
3876138
100644
(file)
--- a/
media/css/master.css
+++ b/
media/css/master.css
@@
-391,4
+391,6
@@
em {
#top-message {
background-color: #2F4110;
color: #FFF;
-}
\ No newline at end of file
+ margin:-2em -2em 2em;
+ padding:0.25em 2em 0.5em;
+}