summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/wwwroot/Content
diff options
context:
space:
mode:
authorKhloe Leclair <xivkhloeleclair@gmail.com>2022-04-12 13:50:51 -0400
committerKhloe Leclair <xivkhloeleclair@gmail.com>2022-04-12 13:50:51 -0400
commit4f54f517ce3d6fd6e87cfee6b0ce61346d62c3e3 (patch)
tree8a6a1e62989dd2b197f806466fdee94417699d07 /src/SMAPI.Web/wwwroot/Content
parent0b9227564979b3e6e71dbd48ced2a9b7407fd640 (diff)
downloadSMAPI-4f54f517ce3d6fd6e87cfee6b0ce61346d62c3e3.tar.gz
SMAPI-4f54f517ce3d6fd6e87cfee6b0ce61346d62c3e3.tar.bz2
SMAPI-4f54f517ce3d6fd6e87cfee6b0ce61346d62c3e3.zip
Use an optional section for rendering quick navigation links on the mod viewer, containing them within the #sidebar element.
Diffstat (limited to 'src/SMAPI.Web/wwwroot/Content')
-rw-r--r--src/SMAPI.Web/wwwroot/Content/css/log-parser.css3
-rw-r--r--src/SMAPI.Web/wwwroot/Content/css/main.css6
2 files changed, 0 insertions, 9 deletions
diff --git a/src/SMAPI.Web/wwwroot/Content/css/log-parser.css b/src/SMAPI.Web/wwwroot/Content/css/log-parser.css
index e47a938d..41b54e11 100644
--- a/src/SMAPI.Web/wwwroot/Content/css/log-parser.css
+++ b/src/SMAPI.Web/wwwroot/Content/css/log-parser.css
@@ -13,9 +13,6 @@ caption {
#output {
padding: 10px;
overflow: auto;
- z-index: 1;
- background: #fff;
- position: relative;
}
#output h2 {
diff --git a/src/SMAPI.Web/wwwroot/Content/css/main.css b/src/SMAPI.Web/wwwroot/Content/css/main.css
index 52b304d0..a0a407d8 100644
--- a/src/SMAPI.Web/wwwroot/Content/css/main.css
+++ b/src/SMAPI.Web/wwwroot/Content/css/main.css
@@ -72,7 +72,6 @@ a {
color: #666;
}
-#quickNav h4,
#sidebar h4 {
margin: 1.5em 0 0.2em 0;
width: 10em;
@@ -81,13 +80,11 @@ a {
font-weight: normal;
}
-#quickNav a,
#sidebar a {
color: #77B;
border: 0;
}
-#quickNav ul, #quickNav li,
#sidebar ul, #sidebar li {
margin: 0;
padding: 0;
@@ -96,7 +93,6 @@ a {
color: #888;
}
-#quickNav li,
#sidebar li {
margin-left: 1em;
}
@@ -105,10 +101,8 @@ a {
#quickNav {
position: fixed;
- left: 8px;
bottom: 3em;
width: 12em;
- color: #666;
}
@media (max-height: 400px) {