This repository has been archived by the owner on Oct 9, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f931f71
commit f91feb2
Showing
243 changed files
with
125,043 additions
and
5,270 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
@@ -1,7 +1,29 @@ | ||
.wrap .about, | ||
.wrap .about * {font-size:12px;} | ||
.wrap .about th {font-weight:bold;} | ||
.wrap ul {list-style-type:circle; margin-left:14px; margin-top:5px;} | ||
.wrap ul li {list-style-type:circle;} | ||
.wrap dl dt {font-weight:bold; margin-bottom:8px; margin-top:12px;} | ||
.wrap dl dd {margin-left:14px; margin-top:5px;} | ||
.wp-admin-ui-wrap .about, | ||
.wp-admin-ui-wrap .about * { | ||
font-size: 12px; | ||
} | ||
|
||
.wp-admin-ui-wrap .about th { | ||
font-weight: bold; | ||
} | ||
|
||
.wp-admin-ui-wrap ul { | ||
list-style-type: circle; | ||
margin-left: 14px; | ||
margin-top: 5px; | ||
} | ||
|
||
.wp-admin-ui-wrap ul li { | ||
list-style-type: circle; | ||
} | ||
|
||
.wp-admin-ui-wrap dl dt { | ||
font-weight: bold; | ||
margin-bottom: 8px; | ||
margin-top: 12px; | ||
} | ||
|
||
.wp-admin-ui-wrap dl dd { | ||
margin-left: 14px; | ||
margin-top: 5px; | ||
} |
Empty file.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.