diff options
author | Egil Moeller <egil.moller@freecode.no> | 2010-03-27 19:35:58 +0100 |
---|---|---|
committer | Egil Moeller <egil.moller@freecode.no> | 2010-03-27 19:35:58 +0100 |
commit | 5d53f0b5419f288b68d040565c6051441e990dbf (patch) | |
tree | 730651ea966290e26b1e9b08e8b5e099b101cbd5 | |
parent | 8c8980de42f8b73e36316bcb394dfae462734eaf (diff) | |
download | etherpad-5d53f0b5419f288b68d040565c6051441e990dbf.tar.gz etherpad-5d53f0b5419f288b68d040565c6051441e990dbf.tar.xz etherpad-5d53f0b5419f288b68d040565c6051441e990dbf.zip |
Better styling
Diffstat (limited to '')
-rw-r--r-- | etherpad/src/plugins/twitterStyleTags/static/css/tagBrowser.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etherpad/src/plugins/twitterStyleTags/static/css/tagBrowser.css b/etherpad/src/plugins/twitterStyleTags/static/css/tagBrowser.css index d05ad63..c9d85e0 100644 --- a/etherpad/src/plugins/twitterStyleTags/static/css/tagBrowser.css +++ b/etherpad/src/plugins/twitterStyleTags/static/css/tagBrowser.css @@ -13,7 +13,7 @@ dt { dd { padding-left: 20pt; - padding-bottom: 2pt; + padding-bottom: 10pt; } h1 { |