| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -85,7 +85,7 @@ h1 { | |||
| 85 | 85 | left: -32px; | |
| 86 | 86 | top: 0; | |
| 87 | 87 | opacity: 0; | |
| 88 | - padding: 0 10px; | ||
| 88 | + padding: 0 5px 0 10px; | ||
| 89 | 89 | height: 100%; | |
| 90 | 90 | width: 20px; | |
| 91 | 91 | font: normal normal 16px/20px octiconsregular; | |
@@ -350,6 +350,12 @@ a img { | |||
| 350 | 350 | font-size: 22px; | |
| 351 | 351 | -webkit-backface-visibility: hidden; | |
| 352 | 352 | margin: 50px 0 10px 0; | |
| 353 | + text-decoration: none; | ||
| 354 | + } | ||
| 355 | + | ||
| 356 | + .sub-nav h2 a { | ||
| 357 | + z-index: 10; | ||
| 358 | + position: relative; | ||
| 353 | 359 | } | |
| 354 | 360 | ||
| 355 | 361 | .sub-nav li a:hover { | |
@@ -372,15 +378,21 @@ a img { | |||
| 372 | 378 | .sub-nav li a { | |
| 373 | 379 | color: #767676; | |
| 374 | 380 | font-size: 14px; | |
| 375 | - margin-left: 20px; | ||
| 381 | + margin-left: 16px; | ||
| 382 | + padding: 4px 2px 8px; | ||
| 376 | 383 | } | |
| 377 | 384 | ||
| 378 | - .sub-nav li a:hover { | ||
| 379 | - color: #327fc7 !important; | ||
| 385 | + .sub-nav li:last-child a { | ||
| 386 | + padding-right: 0; | ||
| 380 | 387 | } | |
| 381 | 388 | ||
| 382 | 389 | .sub-nav li a.active { | |
| 383 | 390 | color: #222; | |
| 391 | + border-bottom: 2px solid #d8d8d8; | ||
| 392 | + } | ||
| 393 | + | ||
| 394 | + .sub-nav li a:hover { | ||
| 395 | + color: #327fc7; | ||
| 384 | 396 | } | |
| 385 | 397 | ||
| 386 | 398 | /*------------------------------------------------------------------------------ | |
@@ -473,8 +485,8 @@ a img { | |||
| 473 | 485 | .full-width-divider { | |
| 474 | 486 | width: 100%; | |
| 475 | 487 | background: #f2f2f2; | |
| 476 | - border-top: 1px solid #cdcdcd; | ||
| 477 | - border-bottom: 1px solid #cdcdcd; | ||
| 488 | + border-top: 1px solid #ddd; | ||
| 489 | + border-bottom: 1px solid #ddd; | ||
| 478 | 490 | overflow: hidden; | |
| 479 | 491 | z-index: 1; | |
| 480 | 492 | position: relative; | |
@@ -639,6 +651,8 @@ div.sidebar-module ul ul li { | |||
| 639 | 651 | ||
| 640 | 652 | div.sidebar-module li.disable a { | |
| 641 | 653 | color: #333; | |
| 654 | + border-left: 2px solid #d8d8d8; | ||
| 655 | + padding-left: 29px; | ||
| 642 | 656 | } | |
| 643 | 657 | ||
| 644 | 658 | .sidebar-module ul ul li a, | |
@@ -1041,7 +1055,7 @@ pre.no-response { | |||
| 1041 | 1055 | border-bottom: 1px solid #CACACA; | |
| 1042 | 1056 | } | |
| 1043 | 1057 | ||
| 1044 | - pre.headers + pre.highlight { | ||
| 1058 | + pre.headers + pre { | ||
| 1045 | 1059 | -webkit-border-radius: 0 0 3px 3px; | |
| 1046 | 1060 | -moz-border-radius: 0 0 3px 3px; | |
| 1047 | 1061 | border-radius: 0 0 3px 3px; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments