| | 2424 | #plugin-information .review { |
| | 2425 | width: 100%; |
| | 2426 | float: left; |
| | 2427 | margin-bottom: 20px; |
| | 2428 | border-bottom: 1px solid #e6e6e6; |
| | 2429 | } |
| | 2430 | |
| | 2431 | #plugin-information .review-title-section { |
| | 2432 | display: block; |
| | 2433 | width: 100%; |
| | 2434 | clear: both; |
| | 2435 | } |
| | 2436 | |
| | 2437 | #plugin-information .review-title-section h4 { |
| | 2438 | display: inline-block; |
| | 2439 | float: left; |
| | 2440 | margin: 0 6px 0 0; |
| | 2441 | } |
| | 2442 | |
| | 2443 | #plugin-information .reviewer-info p { |
| | 2444 | display: block; |
| | 2445 | width: 100%; |
| | 2446 | clear: both; |
| | 2447 | margin: 0; |
| | 2448 | padding-top: 2px; |
| | 2449 | } |
| | 2450 | |
| | 2451 | #plugin-information .reviewer-info .avatar { |
| | 2452 | float: left; |
| | 2453 | margin: 4px 6px 0 0; |
| | 2454 | } |
| | 2455 | |
| | 2456 | #plugin-information .star-rating { |
| | 2457 | float: left; |
| | 2458 | } |
| | 2459 | |
| | 2460 | #plugin-information .review-meta { |
| | 2461 | float: left; |
| | 2462 | margin-left: 0.75em; |
| | 2463 | } |
| | 2464 | |
| | 2465 | #plugin-information .review-body { |
| | 2466 | float: left; |
| | 2467 | width: 100%; |
| | 2468 | } |
| | 2469 | |