X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=blobdiff_plain;f=css%2Fdefault.css;h=900e049992ef052efdf367cedb390f832d3b2673;hb=211dc651c32bb8998b3eb2fdd3a3b85fc31921ec;hp=c5be6b3146dd9e0ff4e44e004f650062a7f04d32;hpb=ad7daf2de4288cff974e97ec9290533ba732df3b;p=living-lab-site.git diff --git a/css/default.css b/css/default.css index c5be6b3..900e049 100644 --- a/css/default.css +++ b/css/default.css @@ -111,13 +111,52 @@ h1 /*position: absolute; top: 90px; width: 100%;*/ - margin: 12px; + /* padding: 12px; */ + margin: 0 auto; + width: 1024px; + text-align: justify; +} + +#main h1 +{ + font-size:18px; + font-weight: bold; + color: #000D60; + text-align: left; + padding: 10px 0px 0px 10px; + background: url(/devel/img/header.png) top repeat-x; + clear: both; +} + +#main table +{ + width: 100%; + border-collapse: collapse; +} +#main th, #main td +{ + /* border: 1px solid rgb(108,162,222); */ + vertical-align: top; +} +#main table img +{ + vertical-align: middle; } #content { float: left; - width: 616px; + width: 752px; + margin: 8px; + /* outline: 2px outset gray; */ +} + +#side +{ + float: right; + width: 240px; + margin: 8px; + /* outline: 2px outset gray; */ } #footer