Sha256: 8cff8ca15603a1693c1f9965fa485b0f52fae10bc351b4f4463aa34140c1e88a
Contents?: true
Size: 1.39 KB
Versions: 2
Compression:
Stored size: 1.39 KB
Contents
body { font-family: sans-serif; margin: 0; background-color: #efefef; color: #333; } .clear { clear: both; } nav { background-color: #0081d3; color: white; padding: 1em; } h1, ul { margin: 0; font-size: 1em; } nav h1 { float: left; } nav ul { float: right; } nav li { display: inline; margin-left: 1em; } nav a { color: white; } #wrapper { padding: 1em; } .warning { background-color: white; padding: 1em; margin-bottom: 1em; } h2 { margin: 0; font-size: 1em; } .stack_trace .line { font-family: monospace; } .line a { color: #0081d3; } .tag { font-size: 0.8em; padding: 0.2em 0.5em; border-radius: 5px; border: 2px solid #9EBABA; } .tag:before { content: '#'; } details summary { font-size: 0.8em; } .code { padding-left: 1em; } .code pre { margin: 0; } .code pre:before { content: attr(data-line); margin-right: 1em; } code span { border-bottom: 2px solid rgba(255, 0, 0, 0.8); } code span[data-title] { position: relative; cursor: help; } code span[data-title]:hover::before { content: attr(data-title); position: absolute; z-index: 10000; bottom: -26px; display: inline-block; padding: 3px 6px; border-radius: 2px; background-color: rgba(0, 0, 0, 0.8); color: white; font-size: 0.8em; font-family: sans-serif; white-space: nowrap; }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tainted_love-0.4.1 | tools/web/public/application.css |
tainted_love-0.4.0 | tools/web/public/application.css |