Changeset 7000
- Timestamp:
- 11/24/2019 04:01:46 AM (5 years ago)
- Location:
- branches/2.6/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.6/src/bbpress.php
r6998 r7000 204 204 /** Versions **********************************************************/ 205 205 206 $this->version = '2.6.3-alpha- 2';206 $this->version = '2.6.3-alpha-3'; 207 207 $this->db_version = '263'; 208 208 -
branches/2.6/src/templates/default/css/bbpress.css
r6998 r7000 38 38 font-size: 12px; 39 39 line-height: 18px; 40 }41 42 /* Gently apply sans-serif styling by default */43 #bbpress-forums a:not(.dashicons),44 #bbpress-forums button:not(.dashicons),45 #bbpress-forums span:not(.dashicons),46 #bbpress-forums input:not(.dashicons),47 #bbpress-forums p,48 #bbpress-forums ul,49 #bbpress-forums ol,50 #bbpress-forums li,51 #bbpress-forums div,52 #bbpress-forums select,53 #bbpress-forums textarea {54 font-family: sans-serif;55 40 } 56 41
Note: See TracChangeset
for help on using the changeset viewer.