aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar root2016-05-10 12:55:54 +0300
committerGravatar root2016-05-10 12:55:54 +0300
commit9ca9faeedde7b09c5eb791f6dbd32e00d0f2a63a (patch)
treeb109b9eb036fe5f62c44040e46b7b6a8bd3701b0 /src
parent9ae5e24191a581395221b728d0b49d6e3d0c5e5e (diff)
fix style
Diffstat (limited to 'src')
-rw-r--r--src/main/webapp/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/webapp/style.css b/src/main/webapp/style.css
index 69c7e2da..5548b79a 100644
--- a/src/main/webapp/style.css
+++ b/src/main/webapp/style.css
@@ -241,7 +241,7 @@ q { border-left: 1px dashed #CCC; margin: 10px 0 10px 10px; padding-left: 10px;
article>header.u { margin: 0; width: auto; display: block; }
article>header.t { float: none; text-align: left; margin: 0; width: auto; display: block; }
article p { margin: 10px 0 8px 0; }
- article>nav.l { display: block; float: left; width: 65%; line-height: 15pt; }
+ article>nav.l { display: block; float: left; width: 80%; line-height: 15pt; }
article>nav.s { display: block; }
article textarea { width: 205px; }
article footer { float: left; }