fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
editable promo on main
[wolnelektury.git]
/
wolnelektury
/
static
/
css
/
base.css
diff --git
a/wolnelektury/static/css/base.css
b/wolnelektury/static/css/base.css
index
a188285
..
cd59f69
100755
(executable)
--- a/
wolnelektury/static/css/base.css
+++ b/
wolnelektury/static/css/base.css
@@
-35,6
+35,12
@@
h1 {
margin-top: .4em
}
margin-top: .4em
}
+ul.plain {
+ list-style:none;
+ margin: 0;
+ padding: 0;
+}
+
.left-column {
width: 47em;
float: left;
.left-column {
width: 47em;
float: left;
@@
-87,6
+93,16
@@
h2 {
clear: both;
}
clear: both;
}
+.white-box {
+ border: 1px solid #ddd;
+ padding: 1em;
+ background: #fff;
+ -moz-box-shadow: 2px 2px 2px #ddd;
+ -webkit-box-shadow: 2px 2px 2px #ddd;
+ box-shadow: 2px 2px 2px #ddd;
+}
+
+
#header-content, div#main-content, div#half-header-content, #footer-content {
width: 97.5em;
margin: auto;
#header-content, div#main-content, div#half-header-content, #footer-content {
width: 97.5em;
margin: auto;