fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added new staticmethod from_xml_file to Book model and reimplemented importbooks...
[wolnelektury.git]
/
media
/
css
/
master.css
diff --git
a/media/css/master.css
b/media/css/master.css
index
41c40c0
..
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 {
@@
-388,3
+389,10
@@
em {
list-style: none;
}
list-style: none;
}
+#top-message {
+ background-color: #2F4110;
+ color: #FFF;
+ margin: 0 -2em;
+ padding: 0 2em;
+ line-height: 2em;
+}