# HG changeset patch # User Steve Losh # Date 1328388906 18000 # Node ID c58f58fecd31514ff5c83fa2e13af0045a3cb292 # Parent c908ad6d0972afc11d98d8cf1ecfdb8c3b8fcce5 Rochester Made diff -r c908ad6d0972 -r c58f58fecd31 layout/skeleton/_base.html --- a/layout/skeleton/_base.html Sat Feb 04 01:38:27 2012 -0500 +++ b/layout/skeleton/_base.html Sat Feb 04 15:55:06 2012 -0500 @@ -103,14 +103,18 @@
 
diff -r c908ad6d0972 -r c58f58fecd31 media/css/sjl.less --- a/media/css/sjl.less Sat Feb 04 01:38:27 2012 -0500 +++ b/media/css/sjl.less Sat Feb 04 15:55:06 2012 -0500 @@ -141,10 +141,19 @@ background: transparent url('/media/images/hrb.png') top left no-repeat; } footer { - font-size: 14px; - font-style: italic; - line-height: 50px; text-align: center; + + p { + font-size: 14px; + font-style: italic; + line-height: 50px; + margin-bottom: 0px; + } + .rochester-made { + img { + padding: 5px 20px; + } + } } } }