diff options
author | Robin Buse <me@factor.cc> | 2011-07-26 16:17:45 +0300 |
---|---|---|
committer | Robin Buse <me@factor.cc> | 2011-07-26 16:17:45 +0300 |
commit | f755b4d9162a66aaab652748149f7dacd923686d (patch) | |
tree | 5fbd0984a7cbcaf519f5d9e931bbf01ee596f169 /static | |
parent | 08aa416eb6491701c0dcbada71adcb249bd34343 (diff) | |
download | etherpad-lite-f755b4d9162a66aaab652748149f7dacd923686d.zip |
Edited static/index.html via GitHub
Diffstat (limited to 'static')
-rw-r--r-- | static/index.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/static/index.html b/static/index.html index c836d0c3..8b416f94 100644 --- a/static/index.html +++ b/static/index.html @@ -80,9 +80,10 @@ */ } .label { - text-align: left; - margin: 0 auto; - padding-left: 0; + text-align:left; + margin: 0 auto; + width:300px; + padding-left: 3px; } input[type="text"] { font-weight: bold; |