- Forgot this one. Patch by Ax.
parent
b019f4e5fd
commit
1c84b56e8e
|
@ -1,6 +1,6 @@
|
||||||
body {
|
body {
|
||||||
margin: 0px;
|
margin: 0;
|
||||||
padding: 0px;
|
padding: 0;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
font-family: verdana, arial, helvetica, sans-serif;
|
font-family: verdana, arial, helvetica, sans-serif;
|
||||||
|
@ -47,11 +47,11 @@ img {
|
||||||
}
|
}
|
||||||
.header .menu {
|
.header .menu {
|
||||||
background-color: #69c;
|
background-color: #69c;
|
||||||
padding: 5px 5px 0px 5px;
|
padding: 5px 5px 0 5px;
|
||||||
}
|
}
|
||||||
.menu #logo {
|
.menu #logo {
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
border: 0px;
|
border: 0;
|
||||||
}
|
}
|
||||||
.menu #primary {
|
.menu #primary {
|
||||||
font-size: 1.0em;
|
font-size: 1.0em;
|
||||||
|
@ -99,11 +99,12 @@ img {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
#main {
|
#main {
|
||||||
margin: 10px 10px 10px 10px;
|
padding: 10px;
|
||||||
padding: 15px 15px 0px 15px;
|
|
||||||
}
|
}
|
||||||
#sidebar {
|
#sidebar {
|
||||||
background-color: #ddd;
|
background-color: #ddd;
|
||||||
|
width: 200px;
|
||||||
|
padding: 10px;
|
||||||
}
|
}
|
||||||
#footer {
|
#footer {
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
|
@ -113,17 +114,13 @@ img {
|
||||||
table {
|
table {
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
}
|
}
|
||||||
table .node {
|
.node, .block, .box {
|
||||||
padding-bottom: 25px;
|
padding: 0 0 20px 0;
|
||||||
}
|
}
|
||||||
table .block, table .box {
|
.comment {
|
||||||
padding: 15px 15px 15px 15px;
|
|
||||||
margin: 5px 0px 5px 0px;
|
|
||||||
}
|
|
||||||
table .comment {
|
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
padding: 15px 15px 15px 15px;
|
padding: 15px 15px 15px 15px;
|
||||||
margin: 5px 0px 5px 0px;
|
margin: 5px 0 5px 0;
|
||||||
}
|
}
|
||||||
.node .title, .block .title, .box .title, .node .title a, .box .title a {
|
.node .title, .block .title, .box .title, .node .title a, .box .title a {
|
||||||
padding-bottom: 5px;
|
padding-bottom: 5px;
|
||||||
|
|
Loading…
Reference in New Issue