Changeset 11347
- Timestamp:
- 11/29/2021 07:02:55 PM (3 years ago)
- Location:
- sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/functions.php
r10369 r11347 55 55 56 56 // Version of CSS 57 $version = '20 1911150002';57 $version = '202111290001'; 58 58 59 59 // Base theme styling -
sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/style.css
r9279 r11347 40 40 } 41 41 body { 42 font: 400 1 3px/24px sans-serif;42 font: 400 14px/26px sans-serif; 43 43 text-align: left; 44 44 background: #fbfbfb; … … 157 157 padding: 24px 0; 158 158 font-size: 12px; 159 margin: 0 auto 24pxauto;159 margin: 0 auto 0 auto; 160 160 border-top: #ccc solid 1px; 161 161 color: inherit; … … 712 712 input { 713 713 font: 14px/16px sans-serif; 714 padding: 2px;714 padding: 3px; 715 715 color: #333; 716 border: 1px solid #ccc; 717 border-radius: 3px; 716 718 } 717 719 input.submit { … … 1092 1094 width: 80% 1093 1095 } 1096 .sidebar .bbp-forums .bbp-forum-reply-count, 1094 1097 .sidebar .bbp-forums .bbp-forum-topic-count { 1095 1098 width: 20%; … … 1798 1801 } 1799 1802 } 1803
Note: See TracChangeset
for help on using the changeset viewer.