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
613a95d8
Commit
613a95d8
authored
Jan 11, 2014
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
brand guidelines cleanup
parent
79c18da4
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
18 deletions
+23
-18
docs/assets/css/docs.css
docs/assets/css/docs.css
+22
-17
docs/assets/css/pack.min.css
docs/assets/css/pack.min.css
+1
-1
No files found.
docs/assets/css/docs.css
View file @
613a95d8
/*csslint ids: false, overqualified-elements: false*/
/*csslint ids: false, overqualified-elements: false
, fallback-colors: false
*/
/*!
/*!
* Copyright 2011-2014 Twitter, Inc.
* Copyright 2011-2014 Twitter, Inc.
*
*
...
@@ -33,7 +33,6 @@
...
@@ -33,7 +33,6 @@
* Miscellaneous
* Miscellaneous
*/
*/
/*csslint ids: false, fallback-colors: false*/
/*
/*
* Scaffolding
* Scaffolding
...
@@ -43,7 +42,6 @@
...
@@ -43,7 +42,6 @@
body
{
body
{
position
:
relative
;
/* For scrollyspy */
position
:
relative
;
/* For scrollyspy */
/*padding-top: 50px; Account for fixed navbar */
}
}
/* Keep code small in tables on account of limited space */
/* Keep code small in tables on account of limited space */
...
@@ -700,12 +698,19 @@ h1[id] {
...
@@ -700,12 +698,19 @@ h1[id] {
}
}
.color-swatch
{
.color-swatch
{
float
:
left
;
float
:
left
;
width
:
10
0px
;
width
:
6
0px
;
height
:
10
0px
;
height
:
6
0px
;
margin
:
0
5px
;
margin
:
0
5px
;
border-radius
:
3px
;
border-radius
:
3px
;
}
}
@media
(
min-width
:
768px
)
{
.color-swatch
{
width
:
100px
;
height
:
100px
;
}
}
/* Framework colors */
/* Framework colors */
.color-swatches
.gray-darker
{
background-color
:
#222
;
}
.color-swatches
.gray-darker
{
background-color
:
#222
;
}
.color-swatches
.gray-dark
{
background-color
:
#333
;
}
.color-swatches
.gray-dark
{
background-color
:
#333
;
}
...
@@ -1320,13 +1325,11 @@ h1[id] {
...
@@ -1320,13 +1325,11 @@ h1[id] {
/* Individual items */
/* Individual items */
.bs-brand-item
{
.bs-brand-item
{
display
:
table-cell
;
width
:
1%
;
padding
:
60px
0
;
padding
:
60px
0
;
text-align
:
center
;
text-align
:
center
;
}
}
.bs-brand-item
+
.bs-brand-item
{
.bs-brand-item
+
.bs-brand-item
{
border-
left
:
1px
solid
#fff
;
border-
top
:
1px
solid
#fff
;
}
}
.bs-brand-logos
.inverse
{
.bs-brand-logos
.inverse
{
color
:
#fff
;
color
:
#fff
;
...
@@ -1339,9 +1342,6 @@ h1[id] {
...
@@ -1339,9 +1342,6 @@ h1[id] {
margin-top
:
0
;
margin-top
:
0
;
margin-bottom
:
0
;
margin-bottom
:
0
;
}
}
.bs-brand-item
h1
{
font-size
:
60px
;
}
.bs-brand-item
.bs-booticon
{
.bs-brand-item
.bs-booticon
{
margin-left
:
auto
;
margin-left
:
auto
;
margin-right
:
auto
;
margin-right
:
auto
;
...
@@ -1359,14 +1359,19 @@ h1[id] {
...
@@ -1359,14 +1359,19 @@ h1[id] {
.bs-brand-item
.glyphicon-ok
{
background-color
:
#5cb85c
;
}
.bs-brand-item
.glyphicon-ok
{
background-color
:
#5cb85c
;
}
.bs-brand-item
.glyphicon-remove
{
background-color
:
#d9534f
;
}
.bs-brand-item
.glyphicon-remove
{
background-color
:
#d9534f
;
}
@media
(
min-width
:
768px
)
{
@media
(
min-width
:
768px
)
{
/* .bs-brand-logos .default,
.bs-brand-item
{
.bs-brand-logos .inverse {
display
:
table-cell
;
float: left;
width
:
1%
;
width: 50%;
}
.bs-brand-item
+
.bs-brand-item
{
border-top
:
0
;
border-left
:
1px
solid
#fff
;
}
}
*/
}
.bs-brand-item
h1
{
font-size
:
60px
;
}
}
/*
/*
...
...
docs/assets/css/pack.min.css
View file @
613a95d8
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