Sha256: e85237c8739c43de2b5c0f0b5bfe0c3d980820004f23887381209ebd9931df19
Contents?: true
Size: 811 Bytes
Versions: 4
Compression:
Stored size: 811 Bytes
Contents
/* --- Layout --- */ html{ overflow-y: scroll; } /* -- uncomment this div if you want outlines on all divs --*/ /* div{ border: 1px solid #44dd11; -webkit-border-radius: .3em; -moz-border-radius: .3em; border-radius: .3em; } */ body{ background-color: #fff; color: #333; } #container { width:950px; margin:0 auto; } #header{ height: 50px; padding: 20px; } #top-nav li{ display: inline; padding-right: 20px; } #main{ } #left-nav{ float: left; display: inline; width: 200px; } #left-nav li{ list-style: none; } #right-nav{ float: right; display: inline; width; 200px; } #content{ float: left; } #footer{ clear: both; height: 200px; } /* ---- Styles ------ */ .clear{ clear: both; }
Version data entries
4 entries across 4 versions & 1 rubygems