-
Notifications
You must be signed in to change notification settings - Fork 9
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
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule settings
updated
27 files
+90 −59 | bin/create_css.php | |
+7 −6 | bin/fetch_google_fonts.php | |
+31 −23 | bin/inc/recursive_copy.php | |
+13 −1 | css/control/font-control.css | |
+19 −2 | css/control/font-control.scss | |
+3 −0 | css/control/teaser-control.css | |
+3 −0 | css/control/teaser-control.scss | |
+5 −0 | css/page-settings.css | |
+7 −0 | css/page-settings.scss | |
+16 −18 | data/websafe.php | |
+86 −85 | inc/about_page.php | |
+156 −110 | inc/color.php | |
+46 −58 | inc/color_object.php | |
+26 −23 | inc/control/font.php | |
+13 −10 | inc/control/image_select.php | |
+12 −12 | inc/control/measurement.php | |
+7 −7 | inc/control/premium.php | |
+43 −16 | inc/control/teaser.php | |
+6 −5 | inc/control/text_select.php | |
+17 −16 | inc/control/widget.php | |
+41 −27 | inc/css_functions.php | |
+6 −3 | inc/lazy_load_exclude_logo.php | |
+96 −94 | inc/page_settings.php | |
+36 −29 | inc/page_settings_customizer.php | |
+13 −22 | inc/sanitize.php | |
+18 −11 | inc/webfont_manager.php | |
+264 −236 | settings.php |