mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 14:46:56 +02:00
Bugtracker #4775 - unquoted font names
This commit is contained in:
@@ -39,7 +39,7 @@ td{
|
||||
body{
|
||||
color: #4C4C4C;
|
||||
font-size: 11px;
|
||||
font-family: Trebuchet MS, "Lucida Sans Unicode", Arial, Lucida Sans, Tahoma, Sans-Serif;
|
||||
font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Sans Unicode", Tahoma, sans-serif;
|
||||
background: #123454 url(images/01_bg.gif) top repeat-x;
|
||||
padding: 20px 0 20px 0;
|
||||
text-align: center;
|
||||
@@ -396,7 +396,6 @@ form p{
|
||||
/*Form's buttons*/
|
||||
.formbutton{
|
||||
font-size: 11px;
|
||||
font-family: Trebuchet MS, "Lucida Sans Unicode", Arial, Lucida Sans, Tahoma, Sans-Serif;
|
||||
margin: 1px 0 0 0;
|
||||
padding: 1px 10px;
|
||||
color: #494949;
|
||||
@@ -682,7 +681,6 @@ div.nicetitle p span.accesskey {
|
||||
.tbox, .helpbox{
|
||||
/* width: 80%; */
|
||||
font-size: 11px;
|
||||
font-family: Trebuchet MS, "Lucida Sans Unicode", Arial, Lucida Sans, Tahoma, Sans-Serif;
|
||||
margin: 0 0 2px 0;
|
||||
color: #494949;
|
||||
border-top: 1px solid #868686;
|
||||
@@ -692,7 +690,6 @@ div.nicetitle p span.accesskey {
|
||||
}
|
||||
.button{
|
||||
font-size: 11px;
|
||||
font-family: Trebuchet MS, "Lucida Sans Unicode", Arial, Lucida Sans, Tahoma, Sans-Serif;
|
||||
margin: 1px 0 0 0;
|
||||
padding: 1px 10px;
|
||||
color: #494949;
|
||||
|
Reference in New Issue
Block a user