diff options
author | Friendika <info@friendika.com> | 2011-10-18 13:07:27 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-10-18 13:07:27 -0700 |
commit | b14914ee2ea7317a564386d287fc2d0f271e4832 (patch) | |
tree | 856b4fd240950666a544a9d36da437b65184635d /view/theme/testbubble | |
parent | 32808a934d40c3980c924353444e99258aaf57c9 (diff) | |
download | volse-hubzilla-b14914ee2ea7317a564386d287fc2d0f271e4832.tar.gz volse-hubzilla-b14914ee2ea7317a564386d287fc2d0f271e4832.tar.bz2 volse-hubzilla-b14914ee2ea7317a564386d287fc2d0f271e4832.zip |
fix tb tabs
Diffstat (limited to 'view/theme/testbubble')
-rw-r--r-- | view/theme/testbubble/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/theme/testbubble/style.css b/view/theme/testbubble/style.css index 83afe78f4..b7c20ab17 100644 --- a/view/theme/testbubble/style.css +++ b/view/theme/testbubble/style.css @@ -823,11 +823,12 @@ profile-jot-banner-wrapper { /* ======== */ .tabs { - width: 450px; + width: 500px; list-style: none; padding: 10px; margin: 0px 0px 10px 0px; border-bottom: 1px solid #efefef; + font-size: 0.9em; } .tabs li { display: inline;} |