1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

Merge pull request #12021 from XhmikosR/master

Add docs-assets/css/docs.css to csslint too.
This commit is contained in:
Chris Rebert 2013-12-26 12:32:34 -08:00
commit e4b036d278
2 changed files with 7 additions and 2 deletions

View file

@ -64,7 +64,11 @@ module.exports = function (grunt) {
options: { options: {
csslintrc: '.csslintrc' csslintrc: '.csslintrc'
}, },
src: ['dist/css/bootstrap.css', 'dist/css/bootstrap-theme.css'] src: [
'dist/css/bootstrap.css',
'dist/css/bootstrap-theme.css',
'docs-assets/css/docs.css'
]
}, },
concat: { concat: {

View file

@ -32,6 +32,7 @@
* Miscellaneous * Miscellaneous
*/ */
/*csslint ids: false, fallback-colors: false*/
/* /*
* Scaffolding * Scaffolding
@ -668,8 +669,8 @@ h1[id] {
padding-top: 10px; padding-top: 10px;
padding-bottom: 10px; padding-bottom: 10px;
background-color: #eee; background-color: #eee;
border: 1px solid #ddd;
background-color: rgba(86,61,124,.15); background-color: rgba(86,61,124,.15);
border: 1px solid #ddd;
border: 1px solid rgba(86,61,124,.2); border: 1px solid rgba(86,61,124,.2);
} }