FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

UI polish by tobiasahlin · Pull Request #375 · github/developer.github.com · GitHub

This repository was archived by the owner on Nov 1, 2017. It is now read-only.
Merged
28 changes: 21 additions & 7 deletions static/shared/css/documentation.css
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ h1 {
left: -32px;
top: 0;
opacity: 0;
padding: 0 10px;
padding: 0 5px 0 10px;
height: 100%;
width: 20px;
font: normal normal 16px/20px octiconsregular;
Expand Down Expand Up @@ -350,6 +350,12 @@ a img {
font-size: 22px;
-webkit-backface-visibility: hidden;
margin: 50px 0 10px 0;
text-decoration: none;
}

.sub-nav h2 a {
z-index: 10;
position: relative;
}

.sub-nav li a:hover {
Expand All @@ -372,15 +378,21 @@ a img {
.sub-nav li a {
color: #767676;
font-size: 14px;
margin-left: 20px;
margin-left: 16px;
padding: 4px 2px 8px;
}

.sub-nav li a:hover {
color: #327fc7 !important;
.sub-nav li:last-child a {
padding-right: 0;
}

.sub-nav li a.active {
color: #222;
border-bottom: 2px solid #d8d8d8;
}

.sub-nav li a:hover {
color: #327fc7;
}

/*------------------------------------------------------------------------------
Expand Down Expand Up @@ -473,8 +485,8 @@ a img {
.full-width-divider {
width: 100%;
background: #f2f2f2;
border-top: 1px solid #cdcdcd;
border-bottom: 1px solid #cdcdcd;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
overflow: hidden;
z-index: 1;
position: relative;
Expand Down Expand Up @@ -639,6 +651,8 @@ div.sidebar-module ul ul li {

div.sidebar-module li.disable a {
color: #333;
border-left: 2px solid #d8d8d8;
padding-left: 29px;
}

.sidebar-module ul ul li a,
Expand Down Expand Up @@ -1041,7 +1055,7 @@ pre.no-response {
border-bottom: 1px solid #CACACA;
}

pre.headers + pre.highlight {
pre.headers + pre {
-webkit-border-radius: 0 0 3px 3px;
-moz-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
Expand Down

Back | FazBrowse Home | New Git URL