diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/stylesheet.css | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/static/stylesheet.css b/static/stylesheet.css index 560d490..7796c43 100644 --- a/static/stylesheet.css +++ b/static/stylesheet.css @@ -10,7 +10,7 @@ body text-align: justify; } -nav, #title-block-header, footer { text-align: center; } +nav, #title-block-header { text-align: center; } nav { padding-top: 1em; } @@ -45,8 +45,4 @@ article img pre { overflow: scroll; } -.button > img -{ - text-decoration: none; - display: unset; -} +.button > img { display: unset; } |
