summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Mota <jose@josemota.net>2013-11-29 12:47:48 +0000
committerJosé Mota <jose@josemota.net>2013-11-29 12:47:48 +0000
commit48e487f6146a721aedeb8d0d0009b51f4447cbb2 (patch)
tree61eba99e77822fabac11e87485d1dad1a620be67
parent4ff3851c4d854a56c261eb4f48dc51c225343a0f (diff)
Update CSS a bit.
-rw-r--r--_config.yml2
-rw-r--r--css/main.css8
2 files changed, 5 insertions, 5 deletions
diff --git a/_config.yml b/_config.yml
index c89b5bc..a518046 100644
--- a/_config.yml
+++ b/_config.yml
@@ -15,8 +15,8 @@ paginate: 10
future: true
lsi: false
pygments: true
-markdown: rdiscount
permalink: date
+markdown: redcarpet
maruku:
use_tex: false
diff --git a/css/main.css b/css/main.css
index 31d0c02..4d30a64 100644
--- a/css/main.css
+++ b/css/main.css
@@ -2,7 +2,7 @@ body, h1, h2, h3, h4, h5, h6, p, li, ol, ul, blockquote, code, pre {
margin: 0;
padding: 0;
color: #444444;
- font-size: 14px;
+ font-size: 18px;
font-family: "PT Serif", Georgia, serif;
-webkit-font-smoothing: antialiased; }
@@ -38,7 +38,7 @@ a:hover {
}
p, li {
- line-height: 18px; }
+ line-height: 1.4em; }
h2 {
line-height: 18px;
@@ -84,9 +84,9 @@ hr {
#bucket {
background: rgba(255,255,255,.8);
- width: 480px;
+ width: 720px;
margin: 120px auto;
- padding: 35px;
+ padding: 2.8em;
box-sizing: border-box;
box-shadow: inset 0 1px 0 rgba(255,255,255,1), 0 5px 5px rgba(0, 0, 0, 0.45);
position: relative;