diff options
author | 0ip <me@factor.cc> | 2012-02-29 12:54:44 +0100 |
---|---|---|
committer | 0ip <me@factor.cc> | 2012-02-29 12:54:44 +0100 |
commit | cefda46a44d7b7a0fee10ca8b208e1e17e0918ff (patch) | |
tree | dfc05d6d8835b8d6516a811bf78bd3b8e21094bd | |
parent | d868fd73d498f2ae54fa0b245363fe1bdea0b221 (diff) | |
download | etherpad-lite-cefda46a44d7b7a0fee10ca8b208e1e17e0918ff.zip |
fixes #520, sideeffect: looks bad now using Chrome
-rw-r--r-- | static/css/pad.css | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/static/css/pad.css b/static/css/pad.css index fe188e47..24421069 100644 --- a/static/css/pad.css +++ b/static/css/pad.css @@ -1118,12 +1118,6 @@ width:33px !important; word-wrap: break-word; } -/* fix for misaligned labels */ -label { - position: relative; - bottom: 1px; -} - .right { float:right; } |