Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
aff64cff
Commit
aff64cff
authored
Jan 13, 2014
by
Chris Rebert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avoid redundant banner in minified docs CSS
parent
2d038186
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
9 deletions
+1
-9
Gruntfile.js
Gruntfile.js
+0
-1
docs/assets/css/docs.css
docs/assets/css/docs.css
+1
-1
docs/assets/css/pack.min.css
docs/assets/css/pack.min.css
+0
-7
No files found.
Gruntfile.js
View file @
aff64cff
...
...
@@ -196,7 +196,6 @@ module.exports = function (grunt) {
cssmin
:
{
compress
:
{
options
:
{
banner
:
'
<%= bannerDocs %>
'
,
keepSpecialComments
:
'
*
'
,
noAdvanced
:
true
,
// turn advanced optimizations off until it's fixed in clean-css
report
:
'
min
'
,
...
...
docs/assets/css/docs.css
View file @
aff64cff
/*csslint ids: false, overqualified-elements: false*/
/*!
* Bootstrap Docs (http://getbootstrap.com)
* 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/.
*/
...
...
docs/assets/css/pack.min.css
View file @
aff64cff
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment