Widget now has a border. Good to go.

This commit is contained in:
Philipp Bayer
2012-06-14 11:22:16 +10:00
parent b84a94ab75
commit 79cb1b0498

View File

@@ -1,6 +1,9 @@
.twtr-widget {
.twtr-doc {
float: right; /* float to the right of news */
padding: 10px;
border-style: solid;
border-color: grey;
border-width: 1px;
margin: 10px;
}
html,body{margin:0;padding:40px;}
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;border:0;font-weight:normal;font-style:normal;font-size:100%;line-height:1;font-family:inherit;}