From 083d68b68404ba11bf3a92b4de644f7519af0561 Mon Sep 17 00:00:00 2001 From: jugyo Date: Thu, 20 Jan 2011 14:12:48 +0900 Subject: [PATCH] fix desgin --- views/layout.slim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/layout.slim b/views/layout.slim index 77fcc43..797890b 100644 --- a/views/layout.slim +++ b/views/layout.slim @@ -7,7 +7,7 @@ html script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js" type="text/javascript" css: body { padding: 0; margin: 0; font-size: 13.5px; font-family: Verdana, Arial; } - h1 { margin: 8px 0; padding: 0; font-size: 120% } + h1 { margin: 8px 2px; padding: 0; font-size: 120% } h1 a { color: #666 } h2 { color: #BBB; border-bottom: dashed 1px #CCC; font-size: 160%; } a { color: blue; text-decoration: none; }