diff options
Diffstat (limited to 'public/assets/css')
| -rw-r--r-- | public/assets/css/bucky.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/public/assets/css/bucky.css b/public/assets/css/bucky.css index f699c01..60d4390 100644 --- a/public/assets/css/bucky.css +++ b/public/assets/css/bucky.css @@ -353,10 +353,12 @@ tr:nth-child(even) td.black { background-color: #eee; border-bottom-color: .older { color: #5D6464; } .quiet { color: #787878; } +#profile_rapper, #details_rapper { width: 100%; text-align: center; } +#profile .r, #details { display: flex; flex-direction: row; @@ -370,6 +372,13 @@ tr:nth-child(even) td.black { background-color: #eee; border-bottom-color: vertical-align: top; width: 50%; } +.r .left { + padding-right: 20px; + padding-bottom: 20px; +} +.r .right { + padding-bottom: 20px; +} #comments { width: 100%; @@ -656,6 +665,9 @@ pre br { max-width: 100%; max-height: 450px; } +#profile #gallery div a:first-child .thumb { + max-width: 200px; max-height: 200px; +} #gallery .thumb { max-width: 150px; } |
