Changeset 3687
- Timestamp:
- 01/09/2011 07:21:59 PM (14 years ago)
- Location:
- trunk/bp-themes/bp-default
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/_inc/css/default.css
r3684 r3687 99 99 float: left; 100 100 border: 2px solid #eee; 101 } 102 103 big { 104 font-size: 18px; 101 105 } 102 106 … … 1932 1936 -------------------------------------------------------------- */ 1933 1937 1938 body.home-page .sticky .date { 1939 background: #fff9db; 1940 border-top: 1px solid #ffe8c4; 1941 border-bottom: 1px solid #ffe8c4; 1942 color: #ffa200; 1943 padding: 5px; 1944 } 1945 1934 1946 div.post { 1935 1947 margin: 0 0 40px 0; … … 2192 2204 } 2193 2205 2206 .commentlist .bypostauthor { 2207 } 2208 2194 2209 ol.commentlist li { 2195 2210 margin: 0 0 30px 0; 2211 } 2212 2213 ol.commentlist ul.children { 2214 margin-left: 105px; 2196 2215 } 2197 2216 … … 2211 2230 div.comment-options { 2212 2231 border-bottom: none; 2213 }2214 2215 ol.commentlist ul.children {2216 margin-left: 105px;2217 2232 } 2218 2233 -
trunk/bp-themes/bp-default/functions.php
r3682 r3687 27 27 * @since 1.2 28 28 */ 29 30 /** 31 * Set the content width based on the theme's design and stylesheet. 32 * 33 * Used to set the width of images and content. Should be equal to the width the theme 34 * is designed for, generally via the style.css stylesheet. 35 */ 36 if ( ! isset( $content_width ) ) 37 $content_width = 591; 29 38 30 39 if ( !function_exists( 'bp_dtheme_setup' ) ) :
Note: See TracChangeset
for help on using the changeset viewer.