Ticket #56603: 56603.1.patch
File 56603.1.patch, 1.3 KB (added by , 2 years ago) |
---|
-
src/wp-content/themes/twentyten/blocks.css
205 205 --------------------------------------------------------------*/ 206 206 207 207 .has-blue-color, 208 .has-blue-color:visited { 208 .has-blue-color:visited, 209 #content .has-blue-color, 210 #content .has-blue-color:visited { 209 211 color: #0066cc; 210 212 } 211 213 … … 215 217 } 216 218 217 219 .has-black-color, 218 .has-black-color:visited { 220 .has-black-color:visited, 221 #content .has-black-color, 222 #content .has-black-color:visited { 219 223 color: #000; 220 224 } 221 225 … … 225 229 } 226 230 227 231 .has-medium-gray-color, 228 .has-medium-gray-color:visited { 232 .has-medium-gray-color:visited, 233 #content .has-medium-gray-color, 234 #content .has-medium-gray-color:visited { 229 235 color: #666; 230 236 } 231 237 … … 235 241 } 236 242 237 243 .has-light-gray-color, 238 .has-light-gray-color:visited { 244 .has-light-gray-color:visited, 245 #content .has-light-gray-color, 246 #content .has-light-gray-color:visited { 239 247 color: #f1f1f1; 240 248 } 241 249 … … 245 253 } 246 254 247 255 .has-white-color, 248 .has-white-color:visited { 256 .has-white-color:visited, 257 #content .has-white-color, 258 #content .has-white-color:visited { 249 259 color: #fff; 250 260 } 251 261