From 9fa2c95d78bf3cf17a8474bd04b5cf0b1e7b9d4c Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 5 Jan 2014 21:28:52 -0800 Subject: make CSSLint happier; refs #12094 --- docs/assets/css/docs.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/assets/css') diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 58e6fa64a..fdbca1818 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -1,3 +1,4 @@ +/*csslint ids: false, overqualified-elements: false*/ /*! * Copyright 2013 Twitter, Inc. * @@ -1095,6 +1096,7 @@ h1[id] { word-wrap: break-word; /* Help out IE10+ with class names */ } .bs-glyphicons li:hover { + background-color: rgb(86,61,124); background-color: rgba(86,61,124,.1); } @@ -1217,6 +1219,7 @@ h1[id] { /* Pseudo :focus state for showing how it looks in the docs */ #focusedInput { + border-color: rgb(204,204,204); /* Restate unfocused value to make CSSLint happy that there's a pre-CSS3 fallback*/ border-color: rgba(82,168,236,.8); outline: 0; outline: thin dotted \9; /* IE6-9 */ -- cgit v1.2.3 From 7fcfe61f4da41356b2ae974ad20536db0d74e83f Mon Sep 17 00:00:00 2001 From: Julian Thilo Date: Tue, 7 Jan 2014 01:05:24 +0100 Subject: Update copyright notices in all places - Implements new format "Copyright 2011-xxxx Twitter, Inc.", which resonates well with our History page and more accurately reflects the copyright status of the repo - grunt dist to update all the files --- docs/assets/css/docs.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/assets/css') diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index fdbca1818..4be2536aa 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -1,6 +1,6 @@ /*csslint ids: false, overqualified-elements: false*/ /*! - * Copyright 2013 Twitter, Inc. + * Copyright 2011-2014 Twitter, Inc. * * Licensed under the Creative Commons Attribution 3.0 Unported License. For * details, see http://creativecommons.org/licenses/by/3.0/. -- cgit v1.2.3 From 39861714a80b68cd42a2e2b812be53f0b0f6b70d Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 17 Oct 2013 19:52:16 -0700 Subject: Use JS & Jade to generate the customizer variables form HTML from variables.less; fixes #11095 also updates variables file organization (courtesy @mdo) --- docs/assets/css/docs.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs/assets/css') diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 4be2536aa..072f39b04 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -1161,6 +1161,13 @@ h1[id] { font-weight: normal; } +.bs-customizer-input { + float: left; + width: 33.333333%; + padding-left: 15px; + padding-right: 15px; +} + /* Downloads */ .bs-customize-download .btn-outline { padding: 20px; -- cgit v1.2.3