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
ee133a9c
Commit
ee133a9c
authored
Aug 05, 2015
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix ads styles
parent
0173b553
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
10 deletions
+17
-10
docs/assets/css/docs.min.css
docs/assets/css/docs.min.css
+8
-5
docs/assets/css/docs.min.css.map
docs/assets/css/docs.min.css.map
+0
-0
docs/assets/scss/_ads.scss
docs/assets/scss/_ads.scss
+9
-5
No files found.
docs/assets/css/docs.min.css
View file @
ee133a9c
...
@@ -363,11 +363,14 @@
...
@@ -363,11 +363,14 @@
overflow
:
hidden
;
overflow
:
hidden
;
font-size
:
.8rem
!important
;
font-size
:
.8rem
!important
;
line-height
:
1rem
!important
;
line-height
:
1rem
!important
;
color
:
#
55595c
!important
;
color
:
#
cdbfe3
!important
;
text-align
:
left
;
text-align
:
left
;
background
:
#
f5f5f5
!important
;
background
:
#
3e2c5a
!important
;
border
:
0
!important
;
}
border
:
0
!important
;
}
.bd-masthead
.carbonad
{
background
:
#2a2730
!important
;
}
.carbonad-img
{
.carbonad-img
{
margin
:
0
!important
;
}
margin
:
0
!important
;
}
...
@@ -378,7 +381,7 @@
...
@@ -378,7 +381,7 @@
width
:
auto
!important
;
width
:
auto
!important
;
height
:
auto
!important
;
height
:
auto
!important
;
margin-left
:
145px
!important
;
margin-left
:
145px
!important
;
font-family
:
"Helvetica Neue"
,
Helvetica
,
Arial
,
sans-serif
!important
;
}
font-family
:
inherit
!important
;
}
.carbonad-text
{
.carbonad-text
{
padding-top
:
0
!important
;
}
padding-top
:
0
!important
;
}
...
@@ -389,10 +392,10 @@
...
@@ -389,10 +392,10 @@
.carbonad-text
a
,
.carbonad-text
a
,
.carbonad-tag
a
{
.carbonad-tag
a
{
color
:
#
55595c
!important
;
}
color
:
#
fff
!important
;
}
.carbonad-text
a
:hover
,
.carbonad-text
a
:hover
,
.carbonad-tag
a
:hover
{
.carbonad-tag
a
:hover
{
color
:
#
0275d8
!important
;
}
color
:
#
fff
!important
;
}
.carbonad
#azcarbon
>
img
{
.carbonad
#azcarbon
>
img
{
display
:
none
;
}
display
:
none
;
}
...
...
docs/assets/css/docs.min.css.map
View file @
ee133a9c
This diff was suppressed by a .gitattributes entry.
docs/assets/scss/_ads.scss
View file @
ee133a9c
...
@@ -10,12 +10,16 @@
...
@@ -10,12 +10,16 @@
overflow
:
hidden
;
// clearfix
overflow
:
hidden
;
// clearfix
font-size
:
.8rem
!
important
;
font-size
:
.8rem
!
important
;
line-height
:
1rem
!
important
;
line-height
:
1rem
!
important
;
color
:
$
gray
!
important
;
color
:
$
bd-purple-light
!
important
;
text-align
:
left
;
text-align
:
left
;
background
:
#f5f5f5
!
important
;
background
:
darken
(
$bd-purple
,
10%
)
!
important
;
border
:
0
!
important
;
border
:
0
!
important
;
}
}
.bd-masthead
.carbonad
{
background
:
$bd-graphite
!
important
;
}
.carbonad-img
{
.carbonad-img
{
margin
:
0
!
important
;
margin
:
0
!
important
;
}
}
...
@@ -27,7 +31,7 @@
...
@@ -27,7 +31,7 @@
width
:
auto
!
important
;
width
:
auto
!
important
;
height
:
auto
!
important
;
height
:
auto
!
important
;
margin-left
:
145px
!
important
;
margin-left
:
145px
!
important
;
font-family
:
"Helvetica Neue"
,
Helvetica
,
Arial
,
sans-serif
!
important
;
font-family
:
inherit
!
important
;
}
}
.carbonad-text
{
.carbonad-text
{
...
@@ -41,10 +45,10 @@
...
@@ -41,10 +45,10 @@
.carbonad-text
a
,
.carbonad-text
a
,
.carbonad-tag
a
{
.carbonad-tag
a
{
color
:
$gray
!
important
;
color
:
#fff
!
important
;
&
:hover
{
&
:hover
{
color
:
$brand-primary
!
important
;
color
:
#fff
!
important
;
}
}
}
}
...
...
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