fnp
/
wolnelektury.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
d714d53
)
Fixed margins of header and top message.
author
Marek Stępniowski
<marek@stepniowski.com>
Fri, 22 Aug 2008 14:50:52 +0000
(16:50 +0200)
committer
Marek Stępniowski
<marek@stepniowski.com>
Fri, 22 Aug 2008 14:50:52 +0000
(16:50 +0200)
media/css/master.css
patch
|
blob
|
history
diff --git
a/media/css/master.css
b/media/css/master.css
index
3876138
..
30ef55d
100644
(file)
--- a/
media/css/master.css
+++ b/
media/css/master.css
@@
-1,5
+1,5
@@
body {
body {
- margin: 2em;
+ margin:
0 2em 2em
2em;
font: 70% Verdana, Arial, Helvetica, sans-serif;
line-height: 1.5em;
background: #FFF url(/media/img/bg.png) repeat-x;
font: 70% Verdana, Arial, Helvetica, sans-serif;
line-height: 1.5em;
background: #FFF url(/media/img/bg.png) repeat-x;
@@
-61,6
+61,7
@@
em {
/* ================================== */
#header {
position: relative;
/* ================================== */
#header {
position: relative;
+ margin-top: 1.5em;
}
#header #logo {
}
#header #logo {
@@
-391,6
+392,7
@@
em {
#top-message {
background-color: #2F4110;
color: #FFF;
#top-message {
background-color: #2F4110;
color: #FFF;
- margin:-2em -2em 2em;
- padding:0.25em 2em 0.5em;
+ margin: 0 -2em;
+ padding: 0 2em;
+ line-height: 2em;
}
}