Skip to content

Commit 385cf4a

Browse files
committed
Style fixes
1 parent 1119747 commit 385cf4a

File tree

1 file changed

+14
-17
lines changed

1 file changed

+14
-17
lines changed

_includes/css/bootstrap-style.css

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Redistributed in this theme with permission from Dharma Type - March 26, 2011
66
*/
77
@font-face {
8-
font-family: 'BebasNeueRegular';
8+
font-family: BebasNeueRegular;
99
src: local('BebasNeueRegular'),
1010
url('/assets/fonts/BebasNeue/BebasNeue-webfont.eot'),
1111
url('/assets/fonts/BebasNeue/BebasNeue-webfont.eot?iefix') format('eot'),
@@ -17,24 +17,24 @@
1717
font-display: swap;
1818
}
1919

20-
.prodtable td {
21-
padding-right: 4px;
22-
vertical-alignment: top;
23-
}
24-
2520
.pl-spacing {
2621
float: left !important;
2722
padding-right: 4px;
2823
}
2924

3025

3126
#sharing{
32-
margin: 16px 0 0 0;
33-
padding: 4px 0 0 0;
27+
margin: 16px 0 0;
28+
padding: 4px 0 0;
29+
margin-top: 0;
30+
color: black;
31+
font-weight: bold;
3432
}
33+
3534
#sharing ul{
3635
list-style: none;
3736
}
37+
3838
#sharing li{
3939
margin: 0;
4040
float: left;
@@ -91,7 +91,7 @@
9191
}
9292

9393
body {
94-
background-image: url(/assets/themes/orionrobots/images/orion_content_bg_bright.jpg);
94+
background-image: url("/assets/themes/orionrobots/images/orion_content_bg_bright.jpg");
9595
background-size: cover;
9696
}
9797

@@ -189,9 +189,10 @@ a {
189189
.navbar-light .navbar-nav .nav-link:hover {
190190
color: #78e49c;
191191
}
192+
192193
.navbar-toggler {
193194
background-color: white;
194-
padding: 0px;
195+
padding: 0;
195196
border: none;
196197
}
197198

@@ -207,6 +208,7 @@ body {
207208
font-weight: 500;
208209
text-transform: uppercase
209210
}
211+
210212
/*
211213
#site-title h1 {
212214
font-size: 20px;
@@ -215,6 +217,7 @@ body {
215217
margin-top: 0.1em;
216218
margin-bottom: 0;
217219
} */
220+
218221
.card {
219222
margin-bottom: 4px;
220223
}
@@ -223,6 +226,7 @@ body {
223226
h2 {
224227
font-size: 30px;
225228
}
229+
226230
/* tags */
227231
#tags li a {
228232
/* color: #98978b; */
@@ -267,13 +271,6 @@ footer {
267271
padding: 4px;
268272
}
269273

270-
#sharing {
271-
margin-top: 0px;
272-
color: black;
273-
font-weight: bold;
274-
}
275-
276-
277274
article table {
278275
border-collapse: collapse;
279276
width: 100%;

0 commit comments

Comments
 (0)