Skip to content

Commit 8e26eff

Browse files
committed
All: move db helper class to base stylesheet
1 parent bd54ada commit 8e26eff

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

themes/brand.jquery.org/style.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,6 @@ a {
8787
}
8888

8989
/* Helpers */
90-
.db {
91-
display: inline-block;
92-
float: none !important;
93-
clear: both;
94-
}
9590
.p-small {
9691
padding-bottom: 20px;
9792
}

themes/jquery/css/base.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -534,6 +534,16 @@ label .field-description {
534534
font-size: 0.8em;
535535
}
536536

537+
/**
538+
* Button
539+
*/
540+
541+
.db {
542+
display: inline-block;
543+
float: none !important;
544+
clear: both;
545+
}
546+
537547
/* ==========================================================================
538548
Tables
539549
========================================================================== */

themes/jquery/header.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri(); ?>/i/favicon.ico">
2121
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/lib/typesense-minibar/typesense-minibar.css">
22-
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/base.css?v=14">
22+
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/base.css?v=15">
2323
<link rel="stylesheet" href="<?php bloginfo( 'stylesheet_url' ); ?>?v=7">
2424

2525
<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>

0 commit comments

Comments
 (0)