Added feed icon CSS to danimoth's theme

This commit is contained in:
str4d
2012-12-23 12:49:34 +00:00
parent 53f2c23930
commit b8fcea2429

View File

@@ -38,6 +38,16 @@ nav.navigation {
z-index: 1;
}
div#content .feed-icon {
background-image: url('../images/feed-icon-28x28.png');
display: block;
float: right;
height: 28px;
margin: 4px 10px;
text-indent: -9999px;
width: 28px;
}
h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,cite,code,del,dfn,em,img,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,button,table,caption,tbody,tfoot,thead,tr,th,td {
margin:0;
padding:0;