Skip to content

Commit 2703ce5

Browse files
authored
tweaks to the category css (#1761)
* tweaks to the category css * re-gen docs * update the default color for categories * update the non-dev sdk output
1 parent 3e335d1 commit 2703ce5

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

lib/resources/styles.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -429,11 +429,10 @@ dl dt.callable .name {
429429
}
430430

431431
.category {
432-
vertical-align: text-top;
433-
padding: 4px;
432+
padding: 2px 4px;
434433
font-size: 12px;
435434
border-radius: 4px;
436-
background-color: #B6B6B6;
435+
background-color: #999;
437436
text-transform: uppercase;
438437
color: white;
439438
opacity: .5;

testing/test_package_docs/static-assets/styles.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -429,11 +429,10 @@ dl dt.callable .name {
429429
}
430430

431431
.category {
432-
vertical-align: text-top;
433-
padding: 4px;
432+
padding: 2px 4px;
434433
font-size: 12px;
435434
border-radius: 4px;
436-
background-color: #B6B6B6;
435+
background-color: #999;
437436
text-transform: uppercase;
438437
color: white;
439438
opacity: .5;

testing/test_package_docs_dev/static-assets/styles.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -429,11 +429,10 @@ dl dt.callable .name {
429429
}
430430

431431
.category {
432-
vertical-align: text-top;
433-
padding: 4px;
432+
padding: 2px 4px;
434433
font-size: 12px;
435434
border-radius: 4px;
436-
background-color: #B6B6B6;
435+
background-color: #999;
437436
text-transform: uppercase;
438437
color: white;
439438
opacity: .5;

0 commit comments

Comments
 (0)