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/css | |
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/css')
-rw-r--r-- | view/css/bootstrap-red.css | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css index 10d341691..c0f35904e 100644 --- a/view/css/bootstrap-red.css +++ b/view/css/bootstrap-red.css @@ -1,9 +1,5 @@ /* override some bootstrap settings */ -html { -font-size: 100%; -} - h1, .h1 { font-size: 24px; @@ -33,19 +29,6 @@ h6, .h6 { font-size: 10px; } -textarea { -line-height: initial; -} - -.radio, .checkbox{ -padding-left: 0px; -margin-left: 0px; -} - -.checkbox input[type="checkbox"], inline input[type="checkbox"]{ -float:none; -margin-left:0px; -} /* nav overrides */ |