diff options
Diffstat (limited to 'css/style.less')
-rwxr-xr-x | css/style.less | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/css/style.less b/css/style.less new file mode 100755 index 0000000..e39e207 --- /dev/null +++ b/css/style.less @@ -0,0 +1,31 @@ +.region.region-top-content-1 { + float:left; + width:31%; +} +.region.region-top-content-2 { + float:left; + width:31%; +} +#search { + float:right !important; + width:27% !important; +} +#navigation {float:left !important;width:77% !important;} +#block-search-0block block-search first last region-odd even region-count-1 count-2 with-block-editing h2.title +{ + display:none; +} +#navigation +{ + margin-left:20%; +} +#navigation li +{ + border:1px solid #000; + background-color:#0EC; + padding:5px 10px 6px 10px; +} +/*#page +{ + background-image:url('/theme/sites/default/files/kiran _ Wix.com.png'); +}*/ |