From 79cb1b0498b59e8aa86babc7c3c8600599d4b0e8 Mon Sep 17 00:00:00 2001 From: Philipp Bayer Date: Thu, 14 Jun 2012 11:22:16 +1000 Subject: [PATCH] Widget now has a border. Good to go. --- public/stylesheets/bootstrap-1.2.0.min.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/public/stylesheets/bootstrap-1.2.0.min.css b/public/stylesheets/bootstrap-1.2.0.min.css index 08dca74..ac53e4c 100644 --- a/public/stylesheets/bootstrap-1.2.0.min.css +++ b/public/stylesheets/bootstrap-1.2.0.min.css @@ -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;}