From 46b0e94e25f7e488be1d4bd09e4f60c48df586f6 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 13 Nov 2014 18:27:41 +0200 Subject: Specify `img` dimensions in the HTML. --- docs/assets/css/src/docs.css | 4 ---- 1 file changed, 4 deletions(-) (limited to 'docs/assets/css/src/docs.css') diff --git a/docs/assets/css/src/docs.css b/docs/assets/css/src/docs.css index 0a1cef183..fb03e1858 100644 --- a/docs/assets/css/src/docs.css +++ b/docs/assets/css/src/docs.css @@ -1459,10 +1459,6 @@ h1[id] { color: #fff; background-color: #563d7c; } -.bs-brand-item .svg { - width: 144px; - height: 144px; -} /* Heading content within */ .bs-brand-item h1, -- cgit v1.2.3 From aa1e3e7325b2141200d0866ea8f0153bca57f616 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 13 Nov 2014 19:28:14 +0200 Subject: Tweak colors to improve accessibility. --- docs/assets/css/src/docs.css | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'docs/assets/css/src/docs.css') diff --git a/docs/assets/css/src/docs.css b/docs/assets/css/src/docs.css index fb03e1858..4cc1fa843 100644 --- a/docs/assets/css/src/docs.css +++ b/docs/assets/css/src/docs.css @@ -137,7 +137,7 @@ body { padding-top: 40px; padding-bottom: 40px; margin-top: 100px; - color: #777; + color: #767676; text-align: center; border-top: 1px solid #e5e5e5; } @@ -554,7 +554,7 @@ body { padding: 4px 20px; font-size: 13px; font-weight: 500; - color: #999; + color: #767676; } .bs-docs-sidebar .nav > li > a:hover, .bs-docs-sidebar .nav > li > a:focus { @@ -709,22 +709,22 @@ h1[id] { /* Variations */ .bs-callout-danger { - border-left-color: #d9534f; + border-left-color: #ce4844; } .bs-callout-danger h4 { - color: #d9534f; + color: #ce4844; } .bs-callout-warning { - border-left-color: #f0ad4e; + border-left-color: #aa6708; } .bs-callout-warning h4 { - color: #f0ad4e; + color: #aa6708; } .bs-callout-info { - border-left-color: #5bc0de; + border-left-color: #1b809e; } .bs-callout-info h4 { - color: #5bc0de; + color: #1b809e; } @@ -955,7 +955,7 @@ h1[id] { /* Typography */ .bs-example-type .table .type-info { - color: #999; + color: #767676; vertical-align: middle; } .bs-example-type .table td { @@ -1518,7 +1518,7 @@ h1[id] { display: block; padding: 5px 8px; font-size: 12px; - color: #777; + color: #767676; cursor: pointer; background-color: #fff; border: 1px solid #e1e1e8; -- cgit v1.2.3 From d5647e1f6277864cb776e4f958a54f6f5c30b6e6 Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Sun, 14 Dec 2014 14:31:02 +0000 Subject: Make skip link look less "bare bones" Additional markup for the skip link (to ensure it has the same effective width as the main content, and to provide an outline around just the link text) plus some basic styles...make it look a bit more in keeping with the overall look and feel of the docs. --- docs/assets/css/src/docs.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'docs/assets/css/src/docs.css') diff --git a/docs/assets/css/src/docs.css b/docs/assets/css/src/docs.css index 4cc1fa843..4f63b33cd 100644 --- a/docs/assets/css/src/docs.css +++ b/docs/assets/css/src/docs.css @@ -89,6 +89,26 @@ body { } +/* + * Fancy skip link + * + * Make it look a bit less "bare bones" + */ + +#skippy { + display: block; + padding: 1em; + color: #fff; + background-color: #6F5499; + outline: 0; +} + +#skippy .skiplink-text { + padding: 0.5em; + outline: 1px dotted; +} + + /* * Main navigation * -- cgit v1.2.3 From 28d847a1e03005403a0bc01e3328edf7598656cd Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 20 Dec 2014 23:05:18 -0800 Subject: grunt --- docs/assets/css/src/docs.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/assets/css/src/docs.css') diff --git a/docs/assets/css/src/docs.css b/docs/assets/css/src/docs.css index 4f63b33cd..0cc1dbe93 100644 --- a/docs/assets/css/src/docs.css +++ b/docs/assets/css/src/docs.css @@ -99,12 +99,12 @@ body { display: block; padding: 1em; color: #fff; - background-color: #6F5499; + background-color: #6f5499; outline: 0; } #skippy .skiplink-text { - padding: 0.5em; + padding: .5em; outline: 1px dotted; } -- cgit v1.2.3 From 13d7cc7d4c0bd73a4875aa8dc65f52506431937f Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 2 Dec 2014 13:31:52 +0200 Subject: Use a glyphicon instead of the unicode character. --- docs/assets/css/src/docs.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'docs/assets/css/src/docs.css') diff --git a/docs/assets/css/src/docs.css b/docs/assets/css/src/docs.css index 0cc1dbe93..934ff59f1 100644 --- a/docs/assets/css/src/docs.css +++ b/docs/assets/css/src/docs.css @@ -1431,10 +1431,12 @@ h1[id] { border: 2px dashed #eee; border-radius: 4px; } -.bs-dropzone h2 { - margin-top: 0; +.bs-dropzone .import-header { margin-bottom: 5px; } +.bs-dropzone .glyphicon-download-alt { + font-size: 40px; +} .bs-dropzone hr { width: 100px; } -- cgit v1.2.3