diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-09-07 10:44:13 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-09-07 10:44:13 -0400 |
| commit | aa9718404cba9cf1c872b7cedded31d68d3beb54 (patch) | |
| tree | 0da2739d510f164ad34632a94f375a102916ad63 /public/assets/css | |
| parent | 3bfcb525760dff0613c7dbbf26749a2191ccc6ea (diff) | |
gallery
Diffstat (limited to 'public/assets/css')
| -rw-r--r-- | public/assets/css/bucky.css | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/public/assets/css/bucky.css b/public/assets/css/bucky.css index 787d209..4d79da3 100644 --- a/public/assets/css/bucky.css +++ b/public/assets/css/bucky.css @@ -247,6 +247,9 @@ tr:nth-child(even) td.black:hover { background-color: #f8f8f8; color: #000000; display: inline-block; text-align: left; } +#details .right { + max-width: 50vw; +} #comments, #comments tr { margin: 0; padding: 0; @@ -263,6 +266,7 @@ tr:nth-child(even) td.black:hover { background-color: #f8f8f8; color: #000000; padding: 0 3px 3px 0; text-align: center; font-size: 11px; + vertical-align: top; } #comments tr .user img { border: 1px solid; @@ -274,7 +278,6 @@ tr:nth-child(even) td.black:hover { background-color: #f8f8f8; color: #000000; font-size: 12px; padding-top: 3px; padding-bottom: 20px; - min-width: 400px; } .comment .date { float: right; @@ -313,6 +316,15 @@ tr:nth-child(odd) td.comment { background-color: #fcf8f8; } content: "> "; } +#gallery { + width: 100%; +} +#gallery div { + display: inline-block; + text-align: center; + padding: 0 0 12px 0; +} + @media (max-width: 1024px) { .threads td:nth-child(3) small { display: none; |
