X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fwebsite;a=blobdiff_plain;f=static%2Fcss%2Fmain.css;h=ac12f6737291e98eea33552eb3b6e9c1ad0cdc5b;hp=caa9c5f7989c7c480b8fca8b2908abb8f14ebf06;hb=5e74f8af2d6066516c4c23fdaf1a578227969933;hpb=0dba2b4ea51d8e1cd8cfc6e8ac3697c91e7e3ba5 diff --git a/static/css/main.css b/static/css/main.css index caa9c5f..ac12f67 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -1,11 +1,16 @@ body { background-color: #f0f0f0; + margin-top: 30px; text-align: justify; } h1 { - margin: 20px 0; + margin: 25px 0; +} + +h3 { + margin-top: 30px; } img.pull-left { @@ -16,19 +21,16 @@ img.pull-right { margin-left: 10px; } -.content { - background-color: white; - border: 1px solid #ccc; - border-top: 0; - border-bottom-radius: 6px; - border-bottom-left-radius: 6px; - border-bottom-right-radius: 6px; - padding: 0px 10px 10px 10px; -} - .btn-mini [class^="icon-"], .btn-mini [class*=" icon-"] { margin-top: 0; } +.container { + background-color: white; + border: 1px solid #aaa; + border-radius: 6px; + box-shadow: 0 0 10px #ccc; + padding: 20px 40px 30px 40px; +}