Skip to content

Commit

Permalink
Fixed issue with styling being incorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
macarva committed Mar 11, 2019
1 parent 4cb5e72 commit 1d7734d
Showing 1 changed file with 29 additions and 23 deletions.
52 changes: 29 additions & 23 deletions website/static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ html {
background-color: #212121;
}

/*
/*
* Headers
*********/

Expand All @@ -30,7 +30,7 @@ h6 {
margin: 0;
}

/*
/*
* Anchors
*********/

Expand All @@ -54,7 +54,7 @@ a:focus {
Header on each page of the site.
\*------------------------------------*/

/*
/*
* Fixed header Container
************************/

Expand Down Expand Up @@ -97,7 +97,7 @@ a:focus {
border: 0;
}

/*
/*
* Sliding Nav: UL
*************/

Expand Down Expand Up @@ -144,7 +144,7 @@ a:focus {
border-radius: 2px;
}

/*
/*
* Navigation Breadcrumb
***********************/

Expand All @@ -158,7 +158,7 @@ a:focus {
color: #eee;
}

/*
/*
* Icon for Table of contents
****************************/

Expand All @@ -169,7 +169,7 @@ a:focus {
border: 1px solid #eee;
}

/*
/*
* Nav toggle
****************************/

Expand All @@ -184,7 +184,7 @@ a:focus {
border-width: 5px 0;
}

/*
/*
* Breadcrumb sheveron
****************************/

Expand All @@ -198,7 +198,7 @@ a:focus {
Buttons at bottom of each docs page.
\*------------------------------------*/

/*
/*
* Next / Previous buttons
****************************/

Expand Down Expand Up @@ -274,7 +274,7 @@ a:focus {
}

/*------------------------------------*\
Post header title:
Post header title:
Title that at top of each doc page.
\*------------------------------------*/

Expand All @@ -289,11 +289,11 @@ a:focus {
}

/*------------------------------------*\
Left navigation:
Left navigation:
Nav list on the left (ltr) of doc pages.
\*------------------------------------*/

/*
/*
* Article navigation title
****************************/

Expand All @@ -309,7 +309,7 @@ a:focus {
cursor: default;
}

/*
/*
* Article navigation
****************************/

Expand All @@ -321,6 +321,7 @@ a:focus {
color: #eee;
padding: 0;
border-radius: 2px;
font-size: 14px;
}

.toc .toggleNav ul li a {
Expand All @@ -341,6 +342,11 @@ a:focus {
box-shadow: inset 0 0 0 2px #fff;
}

.toc .toggleNav ul li.navListItem a {
color:rgba(255, 255, 255, 0.8);
position: relative;
}

.toc .toggleNav ul li.navListItemActive a {
color: #eee;
position: relative;
Expand All @@ -367,7 +373,7 @@ p a {
border-bottom: 1px solid #fb356d;
}

/*
/*
* Image and caption
****************************/

Expand All @@ -381,7 +387,7 @@ article p img + em {
display: block;
}

/*
/*
* Hash link
****************************/

Expand All @@ -401,15 +407,15 @@ a.hash-link:hover {
fill: #fb356d;
}

/*
/*
* Nav pusher (pushes body down below header)
****************************/

.navPusher {
padding-top: 127px;
}

/*
/*
* Elements in article
****************************/
article blockquote {
Expand Down Expand Up @@ -516,11 +522,11 @@ article ul li {
}

/*------------------------------------*\
Table of contents
Table of contents
Navigation area on Right pane (LTR).
\*------------------------------------*/

/*
/*
* Table of contents
****************************/

Expand Down Expand Up @@ -591,7 +597,7 @@ ul.toc-headings li a:focus {
Intro page of site.
\*------------------------------------*/

/*
/*
* Project title
****************************/

Expand All @@ -610,7 +616,7 @@ ul.toc-headings li a:focus {
margin: 8px 0 0 0;
}

/*
/*
* Promo section
****************************/

Expand All @@ -627,7 +633,7 @@ ul.toc-headings li a:focus {
padding: 0 4px;
}

/*
/*
* Promo section buttons
****************************/

Expand Down Expand Up @@ -759,7 +765,7 @@ ul.toc-headings li a:focus {

@media only screen and (min-width: 1024px) {


.docsNavContainer {
top: 64px;
}
Expand Down

0 comments on commit 1d7734d

Please sign in to comment.