aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/mercury.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/txt/mercury.css')
-rw-r--r--static/css/txt/mercury.css12
1 files changed, 11 insertions, 1 deletions
diff --git a/static/css/txt/mercury.css b/static/css/txt/mercury.css
index bc4273b..c727026 100644
--- a/static/css/txt/mercury.css
+++ b/static/css/txt/mercury.css
@@ -30,7 +30,8 @@ h1 {
}
h2,
h3 {
- background: #DDDDE7 url(../img/rose.png) no-repeat scroll 0 50%;
+ background: #DDDDE7 url(../img/rose.png) no-repeat scroll;
+ background-position: 0 50%;
border-bottom: 2px solid #418;
display: table;
padding-left: 1em;
@@ -155,6 +156,15 @@ form .msg {
body {
background-position: 100% 125%;
}
+ .innerbox {
+ margin: 0;
+ padding: 0;
+ }
+ h2,
+ h3 {
+ background-position: 2px 2px;
+ padding-left: 0;
+ }
.mainpage .postform,
.postform {
padding: .25em;