Changeset 1703799
- Timestamp:
- 07/27/2017 01:46:13 PM (9 years ago)
- Location:
- amp-revolution/trunk
- Files:
-
- 2 edited
-
core/class-arscp-css-generator.php (modified) (5 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
amp-revolution/trunk/core/class-arscp-css-generator.php
r1701641 r1703799 109 109 } 110 110 111 111 112 .amp-wp-header .nav-header .mobile-open { 112 113 top: 0; … … 214 215 line-height: 1; 215 216 width: 82%; 216 margin-top: -48px; 217 217 218 } 218 219 … … 242 243 margin: 0 ; 243 244 border: 1px solid rgba(128, 128, 128, 0.44); 245 float:left; 244 246 245 247 } … … 272 274 } 273 275 276 .comment-author { 277 height:52px; 278 } 279 274 280 #comments h2 { 275 281 background: <?php echo ARSCP_AMP_Revolution::get()->options->get_option_data( 'menuBackColor', 'personalizator', '#fff' ); ?>; … … 298 304 line-height: 1; 299 305 width: 90%; 300 margin-top: -48px; 306 301 307 } 302 308 } -
amp-revolution/trunk/readme.txt
r1701640 r1703799 4 4 Requires at least: 4.4 5 5 Tested up to: 4.8 6 Stable tag: 0.1 6 Stable tag: 0.1.1 7 7 License: GPLv2 or later 8 8 … … 65 65 == Changelog == 66 66 0.1 -- Initial Release 67 0.1.1 -- Fix: Comment view properly when avatars are disabled 68 69 == Upgrade Notice == 70 Fix: Comment view properly when avatars are disabled
Note: See TracChangeset
for help on using the changeset viewer.