Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
Crony Cronjobs 0.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0ttkclark committed Mar 3, 2021
1 parent f931f71 commit f91feb2
Show file tree
Hide file tree
Showing 243 changed files with 125,043 additions and 5,270 deletions.
36 changes: 29 additions & 7 deletions assets/admin.css
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 removed assets/admin.js
Empty file.
120 changes: 0 additions & 120 deletions assets/date_input.css

This file was deleted.

Loading

0 comments on commit f91feb2

Please sign in to comment.