diff options
author | marijus <mario@mariovavti.com> | 2014-07-24 13:51:06 +0200 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-07-24 13:51:06 +0200 |
commit | 90014063466514530e5cf5ec8a7cceeab059a92b (patch) | |
tree | c7de6e5e3ca47ad463eff06bea7715a71fa8babb /view/theme | |
parent | 0f14dd30db80637a3f3dd2af05eb14c248def724 (diff) | |
download | volse-hubzilla-90014063466514530e5cf5ec8a7cceeab059a92b.tar.gz volse-hubzilla-90014063466514530e5cf5ec8a7cceeab059a92b.tar.bz2 volse-hubzilla-90014063466514530e5cf5ec8a7cceeab059a92b.zip |
update to bootstrap-3.2 and minor css adjustments
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 26bb4ef92..7e45a167b 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -101,7 +101,6 @@ code { color: $code_txtcolour; padding: 10px; margin-top: 20px; - max-width: 80%; } pre { @@ -1908,11 +1907,11 @@ img.mail-list-sender-photo { } #profile-jot-text::-webkit-input-placeholder { - font-size:18px; + font-size:16px; } #profile-jot-text::-moz-placeholder { - font-size:18px; + font-size:16px; } #profile-jot-text:focus::-webkit-input-placeholder { |