diff options
-rw-r--r-- | top.tmpl | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/top.tmpl b/top.tmpl index de8fb1f..feb05bb 100644 --- a/top.tmpl +++ b/top.tmpl @@ -3,10 +3,14 @@ <title>Heartless Hacker</title> </head> -<style> - body {background-color: MistyRose;} - h1 {color: red;} - p {color: blue;} +<style type="text/css"> + body {margin:40px auto; + max-width:650px; + line-height:1.6; + font-size:18px; + color:#444; + padding:0 10px} + h1,h2,h3{line-height:1.2} </style> <body> |