summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Watson <mattdangerw@gmail.com>2013-10-22 15:28:55 -0700
committerMatt Watson <mattdangerw@gmail.com>2013-10-22 15:28:55 -0700
commit40ddfb357f2f181fb913521ceffaa5dadc2ce2be (patch)
treee11012041e9e94d79424b8f833aee3f9f20dfc29
parentfb50c457ab4f2594208c74931e42ad4310368dcf (diff)
Removed the last vestiges of Source and Benton from the SDK
Nothing changed that was actually used in the apps right now, but the webhelper docs and the action button css had old fonts [endlessm/eos-sdk#360]
-rw-r--r--data/css/endless-widgets.css3
-rw-r--r--docs/reference/webhelper/eos.css14
2 files changed, 8 insertions, 9 deletions
diff --git a/data/css/endless-widgets.css b/data/css/endless-widgets.css
index 404d906..9dc6718 100644
--- a/data/css/endless-widgets.css
+++ b/data/css/endless-widgets.css
@@ -58,9 +58,8 @@ EosActionButton {
}
EosActionButton GtkLabel {
- font-family: BentonSans, sans-serif;
font-weight: normal;
- font-size: 11px;
+ font-size: 13px;
}
/* Endless action button: sizes */
diff --git a/docs/reference/webhelper/eos.css b/docs/reference/webhelper/eos.css
index 7307859..7c3a4b2 100644
--- a/docs/reference/webhelper/eos.css
+++ b/docs/reference/webhelper/eos.css
@@ -1,9 +1,9 @@
* {
- font-family: "Source Sans Pro";
+ font-family: "Lato";
}
p {
- font-size: 16pt;
+ font-size: 15pt;
text-indent: 0;
margin-bottom: 1em;
}
@@ -11,11 +11,11 @@ p {
.STitle,
.CTitle,
.CGroup .CTitle {
- font-size: 18pt;
+ font-size: 17pt;
}
.CHeading {
- font-size: 14pt;
+ font-size: 13pt;
}
.SMain td,
@@ -23,7 +23,7 @@ p {
.STable,
.CDLEntry,
.CDLDescription {
- font-size: 12pt;
+ font-size: 11pt;
}
.ContentPage #Content,
@@ -33,7 +33,7 @@ p {
.ContentPage #Menu,
.IndexPage #Menu {
- font-size: 12pt;
+ font-size: 11pt;
width: 41ex;
}
@@ -42,5 +42,5 @@ p {
.CBody pre,
.CDLEntry {
font-family: "DejaVu Sans Mono";
- font-size: 13pt;
+ font-size: 12pt;
} \ No newline at end of file