Changeset 3504
- Timestamp:
- 12/02/2010 07:52:47 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/_inc/css/default.css
r3502 r3504 104 104 float: left; 105 105 border: 2px solid #eee; 106 } 107 108 del { 109 text-decoration: line-through; 110 } 111 112 ins { 113 background: #fff9db; 114 text-decoration: none; 115 } 116 117 sub { 118 top: .5ex; 119 } 120 121 sup { 122 bottom: 1ex; 123 } 124 125 sub, 126 sup { 127 height: 0; 128 line-height: 1; 129 vertical-align: baseline; 130 position: relative; 106 131 } 107 132 … … 2042 2067 } 2043 2068 2069 div.post .gallery .gallery-caption { 2070 color: #555; 2071 } 2044 2072 2045 2073 /* > WordPress Blog Comment Styles
Note: See TracChangeset
for help on using the changeset viewer.