diff options
author | Christian Neukirchen <chneukirchen@gmail.com> | 2008-10-02 13:29:37 +0200 |
---|---|---|
committer | Christian Neukirchen <chneukirchen@gmail.com> | 2008-10-02 13:29:37 +0200 |
commit | 70ab7d9176a8939c91c53b1f77d6b0d9736df2bf (patch) | |
tree | 24444f97a1d0b4e2e12ae454dc1be6e3f460a0ae | |
parent | a6eb4e89db7d73086ba27fa3751220bc0d07fd3b (diff) | |
download | trivium-70ab7d9176a8939c91c53b1f77d6b0d9736df2bf.tar.gz trivium-70ab7d9176a8939c91c53b1f77d6b0d9736df2bf.tar.xz trivium-70ab7d9176a8939c91c53b1f77d6b0d9736df2bf.zip |
Simplify text-indent
-rw-r--r-- | data/style.css | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/data/style.css b/data/style.css index 13a7580..2a2e75e 100644 --- a/data/style.css +++ b/data/style.css @@ -65,7 +65,8 @@ p { display: inline; } -.entry-content > p { +.entry-content > p, +.quick { text-indent: 1em; } @@ -91,10 +92,6 @@ address { } -p + .quick p:first-child { - margin-left: 1em; -} - .quick p { display: inline; } |