diff options
| author | 2014-10-24 14:10:45 +0200 | |
|---|---|---|
| committer | 2014-10-24 14:10:45 +0200 | |
| commit | 62727b1d4f101fa328b57eda716803c2f7147d7b (patch) | |
| tree | 6de5597a76c29ba68354a1613829a0143b03e47a /p/themes/base-theme/template.css | |
| parent | fa0c7d75e6b9d01130f1c9518eef5f37d8e6d4ff (diff) | |
Fix Origine and base-theme themes for global view
See https://github.com/marienfressinaud/FreshRSS/issues/634
Diffstat (limited to 'p/themes/base-theme/template.css')
| -rw-r--r-- | p/themes/base-theme/template.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css index 1af7a73d6..f4f19ee71 100644 --- a/p/themes/base-theme/template.css +++ b/p/themes/base-theme/template.css @@ -294,6 +294,9 @@ a.btn { font-weight: bold; text-align: center; } +.box .box-title a { + display: block; +} .box .box-title form { margin: 0; } |
