diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2012-10-29 00:10:14 -0400 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2012-10-29 00:10:14 -0400 |
commit | 5c5b3d34d9031f08fb6b8a8e16345c36e2891c9d (patch) | |
tree | 720adb3396fdf4d4f6da3e209e3672a18b3d13d9 /css/theme | |
parent | e87d68923169cdff32c2ddf97981d2c7ac9efd2f (diff) | |
download | perl-software-in-gnu-guix-5c5b3d34d9031f08fb6b8a8e16345c36e2891c9d.tar perl-software-in-gnu-guix-5c5b3d34d9031f08fb6b8a8e16345c36e2891c9d.tar.gz |
fix rolling links glitch in firefox
Diffstat (limited to 'css/theme')
-rw-r--r-- | css/theme/beige.css | 1 | ||||
-rw-r--r-- | css/theme/default.css | 1 | ||||
-rw-r--r-- | css/theme/serif.css | 1 | ||||
-rw-r--r-- | css/theme/simple.css | 1 | ||||
-rw-r--r-- | css/theme/sky.css | 1 | ||||
-rw-r--r-- | css/theme/template/theme.scss | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/css/theme/beige.css b/css/theme/beige.css index 727be44..5e40883 100644 --- a/css/theme/beige.css +++ b/css/theme/beige.css @@ -79,7 +79,6 @@ body { color: #c0a86e; text-shadow: none; border: none; - border-radius: 2px; } .reveal .roll span:after { diff --git a/css/theme/default.css b/css/theme/default.css index c8f2eff..28ed7d3 100644 --- a/css/theme/default.css +++ b/css/theme/default.css @@ -79,7 +79,6 @@ body { color: #71e9f4; text-shadow: none; border: none; - border-radius: 2px; } .reveal .roll span:after { diff --git a/css/theme/serif.css b/css/theme/serif.css index 86710c6..ece6124 100644 --- a/css/theme/serif.css +++ b/css/theme/serif.css @@ -66,7 +66,6 @@ body { color: #8b7c69; text-shadow: none; border: none; - border-radius: 2px; } .reveal .roll span:after { diff --git a/css/theme/simple.css b/css/theme/simple.css index 848ca93..6d0771a 100644 --- a/css/theme/simple.css +++ b/css/theme/simple.css @@ -68,7 +68,6 @@ body { color: #0000f1; text-shadow: none; border: none; - border-radius: 2px; } .reveal .roll span:after { diff --git a/css/theme/sky.css b/css/theme/sky.css index a6d94eb..18a4863 100644 --- a/css/theme/sky.css +++ b/css/theme/sky.css @@ -72,7 +72,6 @@ body { color: #74a7cb; text-shadow: none; border: none; - border-radius: 2px; } .reveal .roll span:after { diff --git a/css/theme/template/theme.scss b/css/theme/template/theme.scss index c53df39..6a80b62 100644 --- a/css/theme/template/theme.scss +++ b/css/theme/template/theme.scss @@ -68,7 +68,6 @@ body { text-shadow: none; border: none; - border-radius: 2px; } .reveal .roll span:after { |