diff options
Diffstat (limited to 'arc-firefox-theme/chrome/mozapps/aboutNetworking.css')
-rw-r--r-- | arc-firefox-theme/chrome/mozapps/aboutNetworking.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/arc-firefox-theme/chrome/mozapps/aboutNetworking.css b/arc-firefox-theme/chrome/mozapps/aboutNetworking.css index 2b4a8df..981c04a 100644 --- a/arc-firefox-theme/chrome/mozapps/aboutNetworking.css +++ b/arc-firefox-theme/chrome/mozapps/aboutNetworking.css @@ -19,12 +19,12 @@ body { } #refreshDiv { - text-align: end; + justify-content: flex-end; margin-bottom: 0.5em; } #refreshButton { - vertical-align: middle; + margin-top: 0; } /** Categories **/ @@ -103,7 +103,6 @@ body { } .tab table { - border: 1; width: 100%; } |