Difference between revisions of "Template:Team:TU Eindhoven/Protocols CSS"
(6 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
color:#000000; | color:#000000; | ||
line-height:125%; | line-height:125%; | ||
− | width: | + | width:65%; |
float:right; | float:right; | ||
+ | } | ||
+ | #imageText { | ||
+ | width:100%; | ||
+ | overflow:hidden; | ||
+ | } | ||
+ | |||
+ | .activiteitlijstProtocol{ | ||
+ | list-style-type: disc; | ||
+ | list-style-image: initial; | ||
+ | width:100%; | ||
+ | overflow:hidden; | ||
+ | } | ||
+ | .activiteitProtocol { | ||
+ | font-family: Lato_Regular, Arial, sans-serif; | ||
+ | font-size:20px; | ||
+ | align:center; | ||
+ | width:100%; | ||
+ | overflow:hidden; | ||
} | } | ||
</html> | </html> |
Latest revision as of 10:16, 18 September 2015
.tekstProtocols { font-family: Lato_Regular, Arial, sans-serif; font-size:20px; color:#000000; line-height:125%; width:65%; float:right; } #imageText { width:100%; overflow:hidden; } .activiteitlijstProtocol{ list-style-type: disc; list-style-image: initial; width:100%; overflow:hidden; } .activiteitProtocol { font-family: Lato_Regular, Arial, sans-serif; font-size:20px; align:center; width:100%; overflow:hidden; }