|
@@ -28,7 +28,7 @@ body {
|
|
|
background: #e9eef2;
|
|
|
/* Start with the best Vista/W7 font, then go to best Mac and Linux, then the old fallbacks.........*/
|
|
|
/* Font size is specifically chosen to be exactly 10 point. There are sound reasons for this (hinting, ClearType, etc). */
|
|
|
- font: 83.33%/150% "Segoe UI", "Helvetica Neue", "Liberation Sans", "Nimbus Sans L", Arial, sans-serif;
|
|
|
+ font: 83.33%/150% "Segoe UI", "Helvetica Neue", "Nimbus Sans L", Arial, "Liberation Sans", sans-serif;
|
|
|
/* Use dark grey for the text. Pure black (#000) is not as good: http://informationarchitects.net/blog/100e2r/
|
|
|
/* Quote: "for screen design, an overly strong contrast is not ideal either, as the text starts to flicker. Benchmark: #333 on #fff"
|
|
|
/* #333 on #fff is the standard, but we aren't always on #fff so use #222 for standard weight. */
|
|
@@ -100,7 +100,7 @@ ul.reset, ul.reset li {
|
|
|
/* Thought it made sense to declare box-sizing here too. */
|
|
|
input, button, select, textarea, textarea.editor {
|
|
|
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
|
|
|
- font: 83.33%/150% "Segoe UI", "Helvetica Neue", "Liberation Sans", "Nimbus Sans L", Arial, sans-serif;
|
|
|
+ font: 83.33%/150% "Segoe UI", "Helvetica Neue", "Nimbus Sans L", Arial, "Liberation Sans", sans-serif;
|
|
|
background: #fff;
|
|
|
outline: none !important;
|
|
|
border: 1px solid #bbb;
|