diff options
| author | 2014-06-12 22:25:58 +0200 | |
|---|---|---|
| committer | 2014-06-12 22:25:58 +0200 | |
| commit | b8e4ed0d5d65f4f62d7ce781cd138695fe9a9793 (patch) | |
| tree | 47e1032428ac9c717191017cbc31aad90d7e1d03 | |
| parent | 0270224c8a37b993c3a3b506111d8017616238cf (diff) | |
Fix Origine
- Fix font-size of main content titles (h1.title)
- Remove margin of blockquotes
| -rw-r--r-- | p/themes/Origine/origine.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/p/themes/Origine/origine.css b/p/themes/Origine/origine.css index f04171994..571ad057d 100644 --- a/p/themes/Origine/origine.css +++ b/p/themes/Origine/origine.css @@ -680,7 +680,7 @@ a.btn { font-size: 0.8rem; cursor: pointer; } -.flux .title { +.flux_header .title { font-size: 0.9rem; } .flux .website .favicon { @@ -739,6 +739,7 @@ a.btn { .content blockquote { display: block; + margin: 0; padding: 5px 20px; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; |
