diff options
-rw-r--r-- | src/main/webapp/style.css | 2 |
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; } |