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