diff options
| author | 2013-03-14 18:04:45 +0100 | |
|---|---|---|
| committer | 2013-03-14 18:04:45 +0100 | |
| commit | 6fc16ed8a307cb95ef9e60f2e3e781b4734cabfd (patch) | |
| tree | 77274ba7ab1d25c3d74caafeeed76404f0490650 /public/theme/base.css | |
| parent | 87e07e66c97200445253070ed607a3a5bebad0ae (diff) | |
Meilleur affichage page d'erreur + on n'affiche plus une catégorie si aucun flux n'en fait partie
Diffstat (limited to 'public/theme/base.css')
| -rw-r--r-- | public/theme/base.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/public/theme/base.css b/public/theme/base.css index 1a709af83..856878b18 100644 --- a/public/theme/base.css +++ b/public/theme/base.css @@ -240,8 +240,9 @@ input { box-shadow: 1px 1px 3px #aaa inset; } .alert .alert-head { + margin: 0; font-weight: bold; - font-size: 105%; + font-size: 110%; } /* ICONES */ @@ -301,6 +302,7 @@ input { } .header .item.title h1 { margin: 0; + text-shadow: 1px -1px 0 #ccc; } .header .item.title a:hover { text-decoration: none; |
