mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-14 12:44:06 +02:00
[ticket/10260] Remove prosilver styleswitcher
The styleswitcher is an odd invention that allows setting the font size of the page dynamically via JavaScript (and CSS). This should be done by browser settings instead. PHPBB3-10260
This commit is contained in:
@@ -491,7 +491,7 @@
|
||||
|
||||
/* Sub-header (navigation bar)
|
||||
--------------------------------------------- */
|
||||
.rtl a.print, .rtl a.sendemail, .rtl a.fontsize {
|
||||
.rtl a.print, .rtl a.sendemail {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
|
@@ -51,7 +51,7 @@
|
||||
|
||||
/* Sub-header (navigation bar)
|
||||
--------------------------------------------- */
|
||||
a.print, a.sendemail, a.fontsize {
|
||||
a.print, a.sendemail {
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
height: 18px;
|
||||
@@ -70,17 +70,6 @@ a.sendemail {
|
||||
width: 22px;
|
||||
}
|
||||
|
||||
a.fontsize {
|
||||
background-image: none;
|
||||
background-position: 0 -1px;
|
||||
width: 29px;
|
||||
}
|
||||
|
||||
a.fontsize:hover {
|
||||
background-position: 0 -20px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* Icon images
|
||||
---------------------------------------- */
|
||||
.sitehome, .icon-faq, .icon-members, .icon-home, .icon-ucp, .icon-register, .icon-logout,
|
||||
|
@@ -676,10 +676,6 @@ a.sendemail {
|
||||
background-image: url("{T_THEME_PATH}/images/icon_sendemail.gif");
|
||||
}
|
||||
|
||||
a.fontsize {
|
||||
background-image: url("{T_THEME_PATH}/images/icon_fontsize.gif");
|
||||
}
|
||||
|
||||
/* Icon images
|
||||
---------------------------------------- */
|
||||
.sitehome { background-image: url("{T_THEME_PATH}/images/icon_home.gif"); }
|
||||
|
@@ -1,3 +0,0 @@
|
||||
body {
|
||||
font-size: 12px;
|
||||
}
|
@@ -1,3 +0,0 @@
|
||||
body {
|
||||
font-size: 11px;
|
||||
}
|
@@ -1,3 +0,0 @@
|
||||
body {
|
||||
font-size: 10px;
|
||||
}
|
Reference in New Issue
Block a user