Line 32: | Line 32: | ||
} | } | ||
#collab .float_right { | #collab .float_right { | ||
− | width: | + | width: 25%; |
min-width: 150px; | min-width: 150px; | ||
float: right; | float: right; | ||
margin: 15px; | margin: 15px; | ||
+ | } | ||
+ | #collab .float_left { | ||
+ | width: 25%; | ||
+ | min-width: 150px; | ||
+ | float: left; | ||
+ | margin: 5px; | ||
} | } |
Revision as of 06:11, 16 October 2016
- collab {
font-family: josefin-sans; font-style: normal; margin-left: 5px; margin-right: 5px; margin-top: 20px; margin-bottom: 20px; padding-left: 120px; padding-right: 110px; }
- collab a {
color: #000000; text-decoration: underline; }
- collab a:hover {
color: #000000; font-style: italic; text-decoration: none; }
- collab article h1 {
margin-top: 10px; }
- collab article .divider {
display: block; max-height: 30px; margin-top: 30px; margin-bottom: 30px; }
- collab img {
width: 100%; height: 100%; }
- collab .float_right {
width: 25%; min-width: 150px; float: right; margin: 15px; }
- collab .float_left {
width: 25%; min-width: 150px; float: left; margin: 5px; }