Skip to content

Commit

Permalink
Item12192: back to arial, buttons not bold
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/branches/Release01x01@15734 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
ArthurClemens authored and ArthurClemens committed Oct 26, 2012
1 parent 92ad20c commit 0b44879
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions PatternSkin/pub/System/PatternSkinTheme/style_src.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
/* GENERAL HTML ELEMENTS */

html body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-family: Arial, sans-serif;
font-size: 14px;
}
body {
Expand Down Expand Up @@ -145,7 +145,7 @@ textarea,
input,
select {
vertical-align:middle;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-family: Arial, sans-serif;
font-size:100%;
}
label input {
Expand Down Expand Up @@ -822,7 +822,7 @@ h4.foswikiSearchResultsHeader {
font-family: "Bitstream Vera Sans Mono","Andale Mono",Courier,monospace;
}
.foswikiEditboxStyleProportional {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-family: Arial, sans-serif;
}
.patternSig {
text-align:right
Expand Down Expand Up @@ -956,8 +956,7 @@ a.jqButton,
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: bold;
font-family: Arial, sans-serif;
font-size: 14px;
text-decoration: none;
}
Expand Down Expand Up @@ -1056,8 +1055,7 @@ a.jqButton .foswikiAccessKey,
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: bold;
font-family: Arial, sans-serif;
font-size: 14px;
text-decoration: none;
}
Expand Down Expand Up @@ -1101,8 +1099,7 @@ a.jqButton.foswikiButtonCancel,
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: bold;
font-family: Arial, sans-serif;
font-size: 14px;
text-decoration: none;
}
Expand Down Expand Up @@ -1157,8 +1154,7 @@ a.jqButton.foswikiButtonCancel:active,
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: bold;
font-family: Arial, sans-serif;
font-size: 14px;
text-decoration: none;
}
Expand Down Expand Up @@ -1278,8 +1274,7 @@ td *:first-child {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: bold;
font-family: Arial, sans-serif;
font-size: 14px;
text-decoration: none;
margin: 0 0 6px 6px;
Expand Down

0 comments on commit 0b44879

Please sign in to comment.