summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2020-12-04 07:28:22 +0100
committerYorhel <git@yorhel.nl>2020-12-04 07:28:24 +0100
commit93277e9450b096661a880aff5920a32ca38f7da8 (patch)
tree47247d9848b82e83b35c9538d11c6bce4eb965ad /data
parentc197f8d002271fddf41e73bfc82d8886cc375e33 (diff)
Minor styling/layout changes
- Homepage: Add a little margin below the box headers - VN pages / User stats: Add extra row to recent votes if there's no link to reviews. - VN pages / Staff: Fix underlining of links on mouse-over.
Diffstat (limited to 'data')
-rw-r--r--data/style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/data/style.css b/data/style.css
index a2558598..1b9b476f 100644
--- a/data/style.css
+++ b/data/style.css
@@ -346,6 +346,7 @@ p.screenshots { text-align: center; margin-top: 10px; padding: 0; heig
p.screenshots img { margin: 2px; }
li.announcement { margin-bottom: 3px; margin-top: 3px }
li.announcement a { font-weight: bold; font-size: 15px; color: $maintext$ }
+.homepage h1 { margin-bottom: 5px }
.homepage > div { overflow: hidden }
.homepage li { display: flex; line-height: 1.2 }
.homepage li span { white-space: nowrap; padding-right: 4px; padding-bottom: 1px }
@@ -754,7 +755,7 @@ table.aliases td.key { padding: 0 5px 0 0; width: auto }
div.charsum_list { text-align: center }
div.charsum_list .name { white-space: nowrap; display: flex; justify-content: space-between }
-div.charsum_list .name span { overflow: hidden; text-overflow: ellipsis }
+div.charsum_list .name span { overflow: hidden; text-overflow: ellipsis; padding-bottom: 1px }
div.charsum_list .name a { font-weight: bold }
div.charsum_list .actor { border-top: 1px solid $border$; padding-top: 3px }
div.charsum_list .actor b.grayedout { margin-left: 10px }