diff --git a/styles/default.css b/styles/default.css index b389ba6..ca22768 100644 --- a/styles/default.css +++ b/styles/default.css @@ -29,6 +29,11 @@ pre { color:#ffffff; overflow:auto; } +h2 { + text-align:left; + font-size:18px; + margin:5px; +} #wrapper { background-color:#dddd99; } @@ -75,6 +80,9 @@ body { p { margin-bottom:15px; } +h2 { + margin-bottom:15px; +} div { display:table-cell; }