File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change
1
+ /* Blog-specific code, perhaps more from style.css should be moved into this file */
2
+
3
+ h1 .title , h1 .entry-title , h2 .title , h2 .entry-title
4
+ {
5
+ font-size : 22px ; }
6
+
7
+ h1 .title a , h1 .entry-title a , h2 .title a , h2 .entry-title a
8
+ {
9
+ text-decoration : none; }
10
+
11
+ .comments-link-top a
12
+ {
13
+ font-size : 12px ;
14
+ float : right; }
15
+
16
+ .entry-meta
17
+ {
18
+ color : # 999 ;
19
+ font-size : 12px ;
20
+ margin : 20px 0 ; }
21
+
22
+ .post
23
+ {
24
+ padding-bottom : 20px ; }
25
+
26
+ a .inset-link
27
+ {
28
+ font-weight : bold;
29
+ text-align : center;
30
+ background : # 999 ;
31
+ text-shadow : 0 1px 0 rgba (0 , 0 , 0 , 0.3 );
32
+ box-shadow : inset 1px 1px 1px # 666 ;
33
+ color : # FFF ;
34
+ border-radius : 3px ;
35
+ padding : 6px 8px ;
36
+ display : inline-block; }
You can’t perform that action at this time.
0 commit comments