Sha256: 89bdac83edb90a3a515032bec68ead5fe34e22987408abada6df435576f1963f
Contents?: true
Size: 366 Bytes
Versions: 15
Compression:
Stored size: 366 Bytes
Contents
/* app css stylesheet */ .menu { list-style: none; border-bottom: 0.1em solid black; margin-bottom: 2em; padding: 0 0 0.5em; } .menu:before { content: "["; } .menu:after { content: "]"; } .menu > li { display: inline; } .menu > li:before { content: "|"; padding-right: 0.3em; } .menu > li:nth-child(1):before { content: ""; padding: 0; }
Version data entries
15 entries across 15 versions & 1 rubygems