diff options
| author | Nathan Kinkade <nath@nkinka.de> | 2014-07-14 15:38:37 +0000 |
|---|---|---|
| committer | Nathan Kinkade <nath@nkinka.de> | 2014-07-14 15:38:37 +0000 |
| commit | b6f8083724bdd0beb6e0711b9aff209e068447e4 (patch) | |
| tree | d041a6168fbd335af9adb3b90e07bd11569a8d94 | |
| parent | 6816b56e925fbc35bc8415dd59a694da5b8a7b69 (diff) | |
A few CSS tweaks for the Vivo pages.
| -rw-r--r-- | style.css | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1431,6 +1431,22 @@ footer.entry-meta { padding: 1em; } +.vivo-slider { + float: right; + margin: 25px 0 2em 2em; +} + +.prodhighlights { + float: left; + width: 45%; + margin-right: 3em; +} + +.prodrequirements { + display: inline-block; + width: 45%; +} + /** * 5.4 Galleries * ---------------------------------------------------------------------------- |
