Sha256: 267e522a9a7071683d48e9b8c6ab7b7fcde2be8a61a980ade6150294f0014659
Contents?: true
Size: 1.43 KB
Versions: 5
Compression:
Stored size: 1.43 KB
Contents
@charset "UTF-8"; /** * Tab navigation. * * @author Yorick Peterse * @since 0.1 */ .tabs { border: 1px solid #aaa; height: 40px; margin-bottom: 20px; } .tabs ul { background: #ddd -webkit-gradient(linear, left bottom, left top, from(#ddd), to(#eee)); background: #ddd -moz-linear-gradient(bottom, top, #ddd, #eee); border-top: 1px solid #fff; height: 39px; list-style-type: none; margin: 0px; } .tabs ul:after { clear: both; content: '.'; display: block; height: 0; visibility: hidden; } .tabs ul li { border-right: 1px solid #aaa; float: left; margin: 0px; } .tabs ul li.active a { background: #eee -webkit-gradient(linear, left bottom, left top, from(#eee), to(#ddd)); background: #eee -moz-linear-gradient(bottom, top, #eee, #ddd); border-bottom: 1px solid #aaa; height: 29px; } .tabs ul li a { color: #000; display: block; height: 30px; padding: 10px 15px 0px 15px; text-decoration: none; text-shadow: 0px 1px #fff; }
Version data entries
5 entries across 5 versions & 1 rubygems