diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-06-03 17:39:10 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-06-03 17:39:10 -0400 |
commit | 45a2268fc8855162c39205f78b3ef286d74e5224 (patch) | |
tree | fb1df7981d260c872b90400c914cc81b9f77eb4a /src/SMAPI.Web/wwwroot | |
parent | 3f87210212e5ac8821ab806033f9173ed0fc0b6c (diff) | |
download | SMAPI-45a2268fc8855162c39205f78b3ef286d74e5224.tar.gz SMAPI-45a2268fc8855162c39205f78b3ef286d74e5224.tar.bz2 SMAPI-45a2268fc8855162c39205f78b3ef286d74e5224.zip |
add log parser banner margin
Diffstat (limited to 'src/SMAPI.Web/wwwroot')
-rw-r--r-- | src/SMAPI.Web/wwwroot/Content/css/log-parser.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/SMAPI.Web/wwwroot/Content/css/log-parser.css b/src/SMAPI.Web/wwwroot/Content/css/log-parser.css index 482fc780..5c4f8aea 100644 --- a/src/SMAPI.Web/wwwroot/Content/css/log-parser.css +++ b/src/SMAPI.Web/wwwroot/Content/css/log-parser.css @@ -22,6 +22,7 @@ table caption { .banner { border: 2px solid gray; border-radius: 5px; + margin-top: 1em; padding: 1em; } |