From 754e3784f75fb91d1d5a9f6b1ae2a6e73e409d0b Mon Sep 17 00:00:00 2001 From: Jay Kamat Date: Thu, 25 Jan 2018 22:38:43 -0500 Subject: [PATCH] Regenerate CSS --- css/darculized/darculized-all-sites.css | 4 ++-- css/darculized/darculized-bigblow.css | 4 ++-- css/gruvbox/gruvbox-all-sites.css | 4 ++-- css/gruvbox/gruvbox-bigblow.css | 4 ++-- css/solarized-dark/solarized-dark-all-sites.css | 4 ++-- css/solarized-dark/solarized-dark-bigblow.css | 4 ++-- css/solarized-light/solarized-light-all-sites.css | 4 ++-- css/solarized-light/solarized-light-bigblow.css | 4 ++-- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/css/darculized/darculized-all-sites.css b/css/darculized/darculized-all-sites.css index 3d0240e..db2629f 100644 --- a/css/darculized/darculized-all-sites.css +++ b/css/darculized/darculized-all-sites.css @@ -206,8 +206,8 @@ a:hover { display: block; } #toTop { - top: -100px; - position: fixed; + top: -100px /* together with this to put the div at the top */; + position: fixed /* this is the magic */; text-align: center; z-index: 999; display: none; diff --git a/css/darculized/darculized-bigblow.css b/css/darculized/darculized-bigblow.css index 6fc0bed..16cad2a 100644 --- a/css/darculized/darculized-bigblow.css +++ b/css/darculized/darculized-bigblow.css @@ -206,8 +206,8 @@ a:hover { display: block; } #toTop { - top: -100px; - position: fixed; + top: -100px /* together with this to put the div at the top */; + position: fixed /* this is the magic */; text-align: center; z-index: 999; display: none; diff --git a/css/gruvbox/gruvbox-all-sites.css b/css/gruvbox/gruvbox-all-sites.css index 9c229a2..830ba70 100644 --- a/css/gruvbox/gruvbox-all-sites.css +++ b/css/gruvbox/gruvbox-all-sites.css @@ -206,8 +206,8 @@ a:hover { display: block; } #toTop { - top: -100px; - position: fixed; + top: -100px /* together with this to put the div at the top */; + position: fixed /* this is the magic */; text-align: center; z-index: 999; display: none; diff --git a/css/gruvbox/gruvbox-bigblow.css b/css/gruvbox/gruvbox-bigblow.css index f8e5122..5ed306e 100644 --- a/css/gruvbox/gruvbox-bigblow.css +++ b/css/gruvbox/gruvbox-bigblow.css @@ -206,8 +206,8 @@ a:hover { display: block; } #toTop { - top: -100px; - position: fixed; + top: -100px /* together with this to put the div at the top */; + position: fixed /* this is the magic */; text-align: center; z-index: 999; display: none; diff --git a/css/solarized-dark/solarized-dark-all-sites.css b/css/solarized-dark/solarized-dark-all-sites.css index 99c57d2..a80faa5 100644 --- a/css/solarized-dark/solarized-dark-all-sites.css +++ b/css/solarized-dark/solarized-dark-all-sites.css @@ -206,8 +206,8 @@ a:hover { display: block; } #toTop { - top: -100px; - position: fixed; + top: -100px /* together with this to put the div at the top */; + position: fixed /* this is the magic */; text-align: center; z-index: 999; display: none; diff --git a/css/solarized-dark/solarized-dark-bigblow.css b/css/solarized-dark/solarized-dark-bigblow.css index 04b6bd6..94f04e7 100644 --- a/css/solarized-dark/solarized-dark-bigblow.css +++ b/css/solarized-dark/solarized-dark-bigblow.css @@ -206,8 +206,8 @@ a:hover { display: block; } #toTop { - top: -100px; - position: fixed; + top: -100px /* together with this to put the div at the top */; + position: fixed /* this is the magic */; text-align: center; z-index: 999; display: none; diff --git a/css/solarized-light/solarized-light-all-sites.css b/css/solarized-light/solarized-light-all-sites.css index d4a2854..589736b 100644 --- a/css/solarized-light/solarized-light-all-sites.css +++ b/css/solarized-light/solarized-light-all-sites.css @@ -206,8 +206,8 @@ a:hover { display: block; } #toTop { - top: -100px; - position: fixed; + top: -100px /* together with this to put the div at the top */; + position: fixed /* this is the magic */; text-align: center; z-index: 999; display: none; diff --git a/css/solarized-light/solarized-light-bigblow.css b/css/solarized-light/solarized-light-bigblow.css index 9dd0c85..3f1d36b 100644 --- a/css/solarized-light/solarized-light-bigblow.css +++ b/css/solarized-light/solarized-light-bigblow.css @@ -206,8 +206,8 @@ a:hover { display: block; } #toTop { - top: -100px; - position: fixed; + top: -100px /* together with this to put the div at the top */; + position: fixed /* this is the magic */; text-align: center; z-index: 999; display: none;