diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-03-07 18:10:59 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-03-07 18:10:59 -0500 |
commit | 5b675902ff561682d5a991826661edce4e20d561 (patch) | |
tree | bf12ec8a90c5698e42707396c7946da86f63567c /src/SMAPI.Web/wwwroot/Content/css | |
parent | 10c7192bb9f06ff96b9b98a812d9f72a8d77ac76 (diff) | |
download | SMAPI-5b675902ff561682d5a991826661edce4e20d561.tar.gz SMAPI-5b675902ff561682d5a991826661edce4e20d561.tar.bz2 SMAPI-5b675902ff561682d5a991826661edce4e20d561.zip |
improve SMAPI 3.0 status column, show by default
Diffstat (limited to 'src/SMAPI.Web/wwwroot/Content/css')
-rw-r--r-- | src/SMAPI.Web/wwwroot/Content/css/mods.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/SMAPI.Web/wwwroot/Content/css/mods.css b/src/SMAPI.Web/wwwroot/Content/css/mods.css index f42800da..75885975 100644 --- a/src/SMAPI.Web/wwwroot/Content/css/mods.css +++ b/src/SMAPI.Web/wwwroot/Content/css/mods.css @@ -135,3 +135,7 @@ table.wikitable > caption { #mod-list tr[data-status="workaround"] .mod-page-links { text-decoration: line-through; } + +#mod-list td.smapi-3-col span { + border-bottom: 1px dashed gray; +} |