1
0
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:
Igor Wiedler
2011-07-11 18:43:40 +02:00
parent 09e0460e5b
commit 4fe7e40f14
9 changed files with 2 additions and 231 deletions

View File

@@ -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;
}

View File

@@ -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,

View File

@@ -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"); }

View File

@@ -1,3 +0,0 @@
body {
font-size: 12px;
}

View File

@@ -1,3 +0,0 @@
body {
font-size: 11px;
}

View File

@@ -1,3 +0,0 @@
body {
font-size: 10px;
}