diff options
| author | Michael Peter Christen <mc@yacy.net> | 2014-03-19 12:42:24 +0100 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2014-03-19 12:42:24 +0100 |
| commit | dc796ebc8d06524b2339c2eb3ecf35e8362d1ba5 (patch) | |
| tree | eb6e34a343f103f326ceb89603431710266ca790 /htroot/env/bootstrap-base.css | |
| parent | a7d4379ef912d16177bfa7a90ccff8ab418823df (diff) | |
fixed bold label setting in bootstrap which causes a bad look in YaCy
Diffstat (limited to 'htroot/env/bootstrap-base.css')
| -rw-r--r-- | htroot/env/bootstrap-base.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/htroot/env/bootstrap-base.css b/htroot/env/bootstrap-base.css index eee587e03..614846e35 100644 --- a/htroot/env/bootstrap-base.css +++ b/htroot/env/bootstrap-base.css @@ -82,4 +82,8 @@ legend { margin: 0px; line-height: 16px; border: 0; -}
\ No newline at end of file +} +label { + font-weight:normal; + padding-left:6px; +}
\ No newline at end of file |
