From d7eeab2dac484e307e7f28fdb2805cdb76e1eff9 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Thu, 17 Feb 2011 16:50:06 +0100 Subject: reuse same layout --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 528193d..6d30369 100644 --- a/index.html +++ b/index.html @@ -28,12 +28,12 @@ margin: 3em auto 2em auto; line-height: 1.5em; } - h1 { font-size: 3.8em; color: #120e0c; margin-bottom: 3px; } + h1 { font-size: 3.8em; color: #3e9ab7; margin-bottom: 3px; } h1 .small { font-size: 0.4em; } h1 a { text-decoration: none } - h2 { font-size: 1.5em; color: #120e0c; } - h3 { font-size: 1.2em; color: #120e0c; } - a { color: #120e0c; } + h2 { font-size: 1.5em; color: #3e9ab7; } + h3 { font-size: 1.2em; color: #3e9ab7; } + a { color: #3e9ab7; } .description { font-size: 1.2em; margin-bottom: 30px; margin-top: 30px; font-style: italic;} .download { float: right; } pre { background: #000; color: #fff; padding: 15px;} -- cgit v1.2.3