diff options
| author | 2013-06-15 19:42:02 +0200 | |
|---|---|---|
| committer | 2013-06-15 19:42:02 +0200 | |
| commit | d3078fb726639eed478a2a449b0a9043af04a756 (patch) | |
| tree | d0a848273d0f2ba7ec5908341539ffef055f8368 /public/theme/freshrss.css | |
| parent | 4bda1d75aec180ee3845f74991f99a99ef2ae062 (diff) | |
Mise en place de la structure pour les différentes vues
Diffstat (limited to 'public/theme/freshrss.css')
| -rw-r--r-- | public/theme/freshrss.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/public/theme/freshrss.css b/public/theme/freshrss.css index 636f9e09d..26bb21d8f 100644 --- a/public/theme/freshrss.css +++ b/public/theme/freshrss.css @@ -245,11 +245,10 @@ line-height: 40px; } .flux_header .item.website .favicon { - padding: 12px; + padding: 5px; } .flux_header .item.website a { display: block; - padding: 0; height: 40px; } .flux_header .item.title { @@ -293,6 +292,7 @@ padding: 20px 10px; line-height: 170%; font-family: 'OpenSans'; + word-wrap: break-word; } .content .title { margin: 0 0 5px; @@ -480,6 +480,9 @@ width: 40px; text-align: center; } + .flux_header .item.website .favicon { + padding: 12px; + } .content { font-size: 120%; |
