Sha256: 3dfc930106666c110c9ddeb822ff7368751e942313e0d0304ed8a1e3cb0b7eb7
Contents?: true
Size: 739 Bytes
Versions: 7
Compression:
Stored size: 739 Bytes
Contents
/* --- Layout --- */ html{ overflow-y: scroll; } 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: 150px; 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
7 entries across 7 versions & 1 rubygems