File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 87
87
}
88
88
89
89
/* Helpers */
90
- .db {
91
- display : inline-block;
92
- float : none !important ;
93
- clear : both;
94
- }
95
90
.p-small {
96
91
padding-bottom : 20px ;
97
92
}
Original file line number Diff line number Diff line change @@ -534,6 +534,16 @@ label .field-description {
534
534
font-size : 0.8em ;
535
535
}
536
536
537
+ /**
538
+ * Button
539
+ */
540
+
541
+ .db {
542
+ display : inline-block;
543
+ float : none !important ;
544
+ clear : both;
545
+ }
546
+
537
547
/* ==========================================================================
538
548
Tables
539
549
========================================================================== */
Original file line number Diff line number Diff line change 19
19
20
20
<link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri (); ?> /i/favicon.ico">
21
21
<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 ">
23
23
<link rel="stylesheet" href="<?php bloginfo ( 'stylesheet_url ' ); ?> ?v=7">
24
24
25
25
<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
You can’t perform that action at this time.
0 commit comments