diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-09-07 08:49:07 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-09-07 08:49:07 -0400 |
| commit | da67b1e03f953e66f8f1d480a778a1ab8066ed26 (patch) | |
| tree | 85ad68179bd9916a6b7fbcdf47ee1598c6b26862 /public/assets/css/bucky.css | |
| parent | bfa91e95e7092c07046ef9e6f0460a3fd7d58b7f (diff) | |
centering
Diffstat (limited to 'public/assets/css/bucky.css')
| -rw-r--r-- | public/assets/css/bucky.css | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/public/assets/css/bucky.css b/public/assets/css/bucky.css index f05b0ea..787d209 100644 --- a/public/assets/css/bucky.css +++ b/public/assets/css/bucky.css @@ -235,6 +235,18 @@ tr:nth-child(even) td.black:hover { background-color: #f8f8f8; color: #000000; .older { color: #5D6464; } .quiet { color: #787878; } +#details .left, #details .right { + float: left; + padding-right: 20px; +} +#details_rapper { + width: 100%; + text-align: center; +} +#details { + display: inline-block; + text-align: left; +} #comments, #comments tr { margin: 0; padding: 0; @@ -281,6 +293,7 @@ tr:nth-child(odd) td.comment { background-color: #fcf8f8; } } #files td { padding: 3px 3px; + font-size: 11px; } #files .user a { text-decoration: none; @@ -296,7 +309,9 @@ tr:nth-child(odd) td.comment { background-color: #fcf8f8; } text-align: right; border-top: 1px dotted #888; } - +#files .playing:before { + content: "> "; +} @media (max-width: 1024px) { .threads td:nth-child(3) small { @@ -308,4 +323,4 @@ tr:nth-child(odd) td.comment { background-color: #fcf8f8; } .threads .size { display: none; } -}
\ No newline at end of file +} |
