mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-26 03:48:53 +00:00
[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
This commit is contained in:
parent
418aabb46e
commit
6c308d81bd
2 changed files with 0 additions and 6 deletions
|
@ -603,9 +603,6 @@ li.breadcrumbs span:first-child > a {
|
||||||
/**
|
/**
|
||||||
* buttons.css
|
* buttons.css
|
||||||
*/
|
*/
|
||||||
/* Rollover buttons
|
|
||||||
Based on: http://wellstyled.com/css-nopreload-rollovers.html
|
|
||||||
----------------------------------------*/
|
|
||||||
.rtl .dropdown-select {
|
.rtl .dropdown-select {
|
||||||
padding-left: 24px;
|
padding-left: 24px;
|
||||||
padding-right: 8px;
|
padding-right: 8px;
|
||||||
|
|
|
@ -1,9 +1,6 @@
|
||||||
/* Button Styles
|
/* Button Styles
|
||||||
---------------------------------------- */
|
---------------------------------------- */
|
||||||
|
|
||||||
/* Rollover buttons
|
|
||||||
Based on: http://wellstyled.com/css-nopreload-rollovers.html
|
|
||||||
----------------------------------------*/
|
|
||||||
.button {
|
.button {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
Loading…
Add table
Reference in a new issue