Changeset 5733
- Timestamp:
- 02/12/2012 12:34:04 AM (13 years ago)
- Location:
- trunk/bp-themes/bp-default
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/_inc/css/responsive.css
r5164 r5733 56 56 margin-bottom: 0; 57 57 } 58 .wp-caption { 59 width: 99%!important; 60 } 61 .entry { 62 width: 100%; 63 } 64 .entry img { 65 width: 100%; 66 height: auto; 67 } 68 .wp-caption img { 69 width: 99%; 70 height: auto; 71 } 72 #footer-widgets { 73 padding: 19px 10px; 74 } 58 75 } 59 76 … … 75 92 margin-bottom: 1.25em; 76 93 } 94 .wp-caption { 95 width: 99% !important; 96 } 97 .entry { 98 width: 100%; 99 } 100 .entry img { 101 width: 100%; 102 height: auto; 103 } 104 .wp-caption img { 105 width: 99%; 106 height: auto; 107 } 108 #footer-widget-area div.widget-area > ul { 109 float: left; 110 width: 100%; 111 } 112 #footer-widgets { 113 padding: 19px 10px; 114 } 77 115 } 78 116 … … 142 180 float: none; 143 181 width: 100%; 182 } 183 .wp-caption { 184 width: 99% !important; 185 } 186 .entry { 187 width: 100%; 188 } 189 .entry img { 190 width: 100%; 191 height: auto; 192 } 193 .wp-caption img { 194 width: 99%; 195 height: auto; 196 } 197 #footer-widget-area div.widget-area > ul { 198 float: left; 199 width: 100%; 200 } 201 #footer-widgets { 202 padding: 19px 10px; 144 203 } 145 204 } … … 198 257 left: 0; 199 258 } 200 } 259 div.post .entry { 260 width: 100%; 261 } 262 .wp-caption { 263 width: 99%!important; 264 } 265 .entry { 266 width: 100%; 267 } 268 .entry img { 269 width: 100%; 270 height: auto; 271 } 272 .wp-caption img { 273 width: 99%; 274 height: auto; 275 } 276 #footer-widget-area div.widget-area > ul { 277 float: left; 278 width: 100%; 279 } 280 #footer-widgets { 281 padding: 19px 10px; 282 } 283 } -
trunk/bp-themes/bp-default/header.php
r5003 r5733 4 4 <head profile="http://gmpg.org/xfn/11"> 5 5 <meta http-equiv="Content-Type" content="<?php bloginfo( 'html_type' ) ?>; charset=<?php bloginfo( 'charset' ) ?>" /> 6 <?php if ( current_theme_supports( 'bp-default-responsive' ) ) : ?><meta name="viewport" content="width=device-width, initial-scale=1.0"><?php endif; ?> 6 7 <title><?php wp_title( '|', true, 'right' ); bloginfo( 'name' ); ?></title> 7 8
Note: See TracChangeset
for help on using the changeset viewer.