tRemoved rules bsed upon section/article - monochromatic - monochromatic blog: http://blog.z3bra.org
(HTM) git clone git://z3bra.org/monochromatic
(DIR) Log
(DIR) Files
(DIR) Refs
---
(DIR) commit 4be67bf9f7ce950e78faf437328bf1b785b6064a
(DIR) parent 5c57d65383360cd57a08519e7d351ba90fd4de86
(HTM) Author: z3bra <willy@mailoo.org>
Date: Mon, 31 Mar 2014 14:44:46 +0200
Removed rules bsed upon section/article
Diffstat:
M css/monochrome.css | 16 +++++-----------
1 file changed, 5 insertions(+), 11 deletions(-)
---
(DIR) diff --git a/css/monochrome.css b/css/monochrome.css
t@@ -86,7 +86,7 @@ footer a {
color: #fff;
}
-article {
+p {
margin: 0;
padding-left: 20px;
}
t@@ -104,10 +104,13 @@ h1, h2, h3, h4, h5, h6 {
h1, h3 {
color: #fff;
- display: inline;
text-shadow: 2px 2px 4px #000;
}
+h1 {
+ display:inline;
+}
+
h2 {
color: #666;
display: inline;
t@@ -121,15 +124,6 @@ header h1 {
margin-right: 8px;
}
-section h1 {
- font-size: 150%;
-}
-
-section h3 {
- display: block;
- font-size:120%;
-}
-
/* }}} */
/* Pretty links {{{ */