-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
23 lines (17 loc) · 824 Bytes
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/******************************************************************
Theme Name: The Bugle
Theme URI: http://www.blossomers.com/thebugle
Description: A Newspaper WordPress Theme
Author: Joey Cortez
Author URI: http://www.blossomers.com
Version: 0.1
Tags: bootstrap, responsive, typography
License: Apache License, Version 2.0
License URI: http://www.apache.org/licenses/
******************************************************************/
@import url(http://fonts.googleapis.com/css?family=Old+Standard+TT:400,700,400italic);
body { font-family: 'Old Standard TT', serif; font-size: 14px; }
header { padding: 9px; border-top: 3px black solid; }
header .date, header .social-links { font-size: .85em; }
header img.social-icons { vertical-align: top; margin-left: 2px; }
.social-icons:nth-of-type(2) { margin-left: 5px; }