diff options
Diffstat (limited to 'view')
-rw-r--r-- | view/css/choklet_bannertwo.css | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/view/css/choklet_bannertwo.css b/view/css/choklet_bannertwo.css new file mode 100644 index 000000000..63917cb26 --- /dev/null +++ b/view/css/choklet_bannertwo.css @@ -0,0 +1,48 @@ +header #banner { + position: fixed; + top: 0; + width: 250px; + margin-left: auto; + margin-right: auto; +} +#blog-banner { + position: relative; + margin-top: 75px; + width: 100%; + margin-bottom: 20px; + overflow-x: hidden; +} + +nav.navbar { + width: 100%; +} + +aside#region_1 { + display: block; + min-width: 210px; + max-width: 220px; + width: 20%; + float: left; + margin-left: 10px; +} + +aside input[type='text'] { + width: 174px; +} + + +section { + margin-left: 15px; + margin-right: 15px; + float: left; + min-width: 400px; + width: 70%; + display: block; + padding-bottom: 350px; +} + +#region_3 { + display: none; +} + + |