diff --git a/sigal/themes/galleria/static/css/style.css b/sigal/themes/galleria/static/css/style.css index cc593dd..b410012 100644 --- a/sigal/themes/galleria/static/css/style.css +++ b/sigal/themes/galleria/static/css/style.css @@ -23,7 +23,7 @@ a:hover { color: #dadada; } -#container { +.container { margin: 0 auto; text-align: left; width: 960px; @@ -90,22 +90,13 @@ header h1 a:hover { font-weight: bold; } -#description { - font-size: 1.2em; - margin: 0 1.5em 2em; - padding: 1em 2em; - background: #282828; - background: rgba(0, 0, 0, 0.15); - -moz-border-radius: 6px; - -webkit-border-radius: 6px; - border-radius: 6px; -} +#description {} #gallery { - line-height: 0; - margin: 0 0 40px -10px; - width: 980px; - height: 600px; + line-height: 0; + margin: 0 0 40px -10px; + width: 980px; + height: 600px; } footer { diff --git a/sigal/themes/galleria/templates/index.html b/sigal/themes/galleria/templates/index.html index 3d2b599..5f05d68 100644 --- a/sigal/themes/galleria/templates/index.html +++ b/sigal/themes/galleria/templates/index.html @@ -7,8 +7,7 @@