diff options
author | cyberalien <cyberalien@gmail.com> | 2015-04-03 11:03:47 +0300 |
---|---|---|
committer | cyberalien <cyberalien@gmail.com> | 2015-04-03 11:03:47 +0300 |
commit | 6c308d81bde2cf47552e30195464f880fa10f4a6 (patch) | |
tree | b8504d851ef7154be7830e14807eeb232d4d1d13 /phpBB/styles | |
parent | 418aabb46e6515a292c8c6ef9eaadac377a858cb (diff) | |
download | forums-6c308d81bde2cf47552e30195464f880fa10f4a6.tar forums-6c308d81bde2cf47552e30195464f880fa10f4a6.tar.gz forums-6c308d81bde2cf47552e30195464f880fa10f4a6.tar.bz2 forums-6c308d81bde2cf47552e30195464f880fa10f4a6.tar.xz forums-6c308d81bde2cf47552e30195464f880fa10f4a6.zip |
[ticket/13741] Remove reference to oudated rollover code that no longer exists
Rollover code referenced in that comment has been removed in 3.1
PHPBB3-13741
Diffstat (limited to 'phpBB/styles')
-rw-r--r-- | phpBB/styles/prosilver/theme/bidi.css | 3 | ||||
-rw-r--r-- | phpBB/styles/prosilver/theme/buttons.css | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/phpBB/styles/prosilver/theme/bidi.css b/phpBB/styles/prosilver/theme/bidi.css index d9bf9f9fa5..c851caf57e 100644 --- a/phpBB/styles/prosilver/theme/bidi.css +++ b/phpBB/styles/prosilver/theme/bidi.css @@ -603,9 +603,6 @@ li.breadcrumbs span:first-child > a { /** * buttons.css */ -/* Rollover buttons - Based on: http://wellstyled.com/css-nopreload-rollovers.html -----------------------------------------*/ .rtl .dropdown-select { padding-left: 24px; padding-right: 8px; diff --git a/phpBB/styles/prosilver/theme/buttons.css b/phpBB/styles/prosilver/theme/buttons.css index aecac4defd..f9a520369e 100644 --- a/phpBB/styles/prosilver/theme/buttons.css +++ b/phpBB/styles/prosilver/theme/buttons.css @@ -1,9 +1,6 @@ /* Button Styles ---------------------------------------- */ -/* Rollover buttons - Based on: http://wellstyled.com/css-nopreload-rollovers.html -----------------------------------------*/ .button { cursor: pointer; display: inline-block; |