Changeset 3696
- Timestamp:
- 01/10/2011 08:58:10 PM (15 years ago)
- Location:
- trunk/bp-themes/bp-default
- Files:
-
- 2 edited
-
_inc/css/default.css (modified) (2 diffs)
-
footer.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/_inc/css/default.css
r3687 r3696 333 333 background: #fff; 334 334 overflow: hidden; 335 margin-bottom: 20px;336 335 } 337 336 … … 2237 2236 2238 2237 #footer { 2239 margin-bottom: 20px; 2238 margin: 20px 0; 2239 } 2240 2241 #footer-widgets { 2242 background: #fff; 2243 border-bottom: 1px solid #e0e0e0; 2244 border-right: 1px solid #e0e0e0; 2245 border-radius: 6px; 2240 2246 padding: 19px; 2241 border-radius: 6px;2242 2247 -moz-border-radius: 6px; 2243 2248 -webkit-border-radius: 6px; 2244 border-right: 1px solid #e0e0e0;2245 border-bottom: 1px solid #e0e0e0;2246 background: #fff;2247 2249 } 2248 2250 2249 2251 #site-generator { 2252 margin: 20px 20px; 2250 2253 text-align: center; 2251 2254 color: #bbb; -
trunk/bp-themes/bp-default/footer.php
r3506 r3696 5 5 6 6 <div id="footer"> 7 <?php get_sidebar( 'footer' ) ?> 7 <?php if ( is_active_sidebar( 'first-footer-widget-area' ) || is_active_sidebar( 'second-footer-widget-area' ) || is_active_sidebar( 'third-footer-widget-area' ) || is_active_sidebar( 'fourth-footer-widget-area' ) ) : ?> 8 <div id="footer-widgets"> 9 <?php get_sidebar( 'footer' ) ?> 10 </div> 11 <?php endif; ?> 8 12 9 13 <div id="site-generator" role="contentinfo">
Note: See TracChangeset
for help on using the changeset viewer.