Skip to content

Commit

Permalink
All: move db helper class to base stylesheet
Browse files Browse the repository at this point in the history
  • Loading branch information
Krinkle committed Apr 17, 2024
1 parent bd54ada commit 8e26eff
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
5 changes: 0 additions & 5 deletions themes/brand.jquery.org/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,6 @@ a {
}

/* Helpers */
.db {
display: inline-block;
float: none !important;
clear: both;
}
.p-small {
padding-bottom: 20px;
}
10 changes: 10 additions & 0 deletions themes/jquery/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,16 @@ label .field-description {
font-size: 0.8em;
}

/**
* Button
*/

.db {
display: inline-block;
float: none !important;
clear: both;
}

/* ==========================================================================
Tables
========================================================================== */
Expand Down
2 changes: 1 addition & 1 deletion themes/jquery/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

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

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

0 comments on commit 8e26eff

Please sign in to comment.