diff options
| author | 2013-04-28 13:30:34 +0200 | |
|---|---|---|
| committer | 2013-04-28 13:30:34 +0200 | |
| commit | a0d9d93ad2f6a174c0476bd596d6fddda77d0b04 (patch) | |
| tree | 637621a07479e69ecd00da487d78869a01ee1cce /public/theme/freshrss.css | |
| parent | 21dc4ceace513a0d6cd934f5fc4bb9cc643bb570 (diff) | |
Fix issue #62 : création d'un logo (temporaire ?)
Diffstat (limited to 'public/theme/freshrss.css')
| -rw-r--r-- | public/theme/freshrss.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/public/theme/freshrss.css b/public/theme/freshrss.css index 95809f653..880b45085 100644 --- a/public/theme/freshrss.css +++ b/public/theme/freshrss.css @@ -15,9 +15,16 @@ .header > .item.title { width: 250px; } + .header > .item.title .logo { + display: inline-block; + width: 32px; + padding: 10px; + } .header > .item.title h1 { + display: inline-block; margin: 0; text-shadow: 1px -1px 0 #ccc; + vertical-align: bottom; } .header > .item.title a:hover { text-decoration: none; |
