X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=static%2Fcss%2Fmain.css;h=71d1a42f2ab0180068afa0e79f15a6ed25e1ee09;hb=25d0a895232af0c25876458dc06026343533dea2;hp=9494efe8e7a323b263e3d41041a799d7ba965c76;hpb=d750141ef6892527dbd3bb3050d4b6de5f23f20e;p=chaz%2Fwebsite diff --git a/static/css/main.css b/static/css/main.css index 9494efe..71d1a42 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -1,15 +1,16 @@ -.pull-down { - margin-top: 10px; +body { + background-color: #f0f0f0; + text-align: justify; + margin-top: 20px; } -.content { - padding: 0px 10px 10px 10px; - border: 1px solid #eee; - border-top: 0; - border-bottom-radius: 6px; - border-bottom-left-radius: 6px; - border-bottom-right-radius: 6px; +h1 { + margin: 25px 0; +} + +h3 { + margin-top: 30px; } img.pull-left { @@ -20,3 +21,16 @@ img.pull-right { margin-left: 10px; } +.content { + background-color: white; + border: 1px solid #ccc; + border-radius: 6px; + padding: 0px 10px 10px 10px; +} + +.btn-mini [class^="icon-"], +.btn-mini [class*=" icon-"] { + margin-top: 0; +} + +