aboutsummaryrefslogtreecommitdiff
path: root/dudle.css
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2009-11-23 17:43:56 +0100
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2009-11-23 17:43:56 +0100
commit9c8175b323d8536d349a1c50a0a32e1665dc6d39 (patch)
treec283d94eaafe2894ea7b1f7fce6f347e3050997e /dudle.css
parente08d15c23c949313f27bf8a6574b7dde62712e73 (diff)
changed tab order and separator
Diffstat (limited to '')
-rw-r--r--dudle.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/dudle.css b/dudle.css
index fadd2e7..4334073 100644
--- a/dudle.css
+++ b/dudle.css
@@ -152,7 +152,7 @@ html {
margin-right:auto;
width:auto;
display: table;
- min-width: 30em;
+ min-width: 35em;
}
div#tabs{
@@ -197,6 +197,10 @@ li.nonactive_tab a:hover {
background: #CCC;
}
+li.separator_tab {
+ margin-left: 2em;
+}
+
pre#configwarning {
font-family: "Courier New",Courier,monospace;
letter-spacing:0;