This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* <a href class="facebook-link-page">Besøk IKAT på Facebook</a> | |
*/ | |
.facebook-link-page { | |
font-size: 12px; | |
position: absolute; | |
top: -52px; | |
right: 0; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Markup --> | |
<tr><td colspan="8" class="recurring"><p>Abonnementet fortsetter med automatisk månedlig trekk etter at kampanjeutgavene er levert.</p></td></tr> | |
<!-- Styling --> | |
<style> | |
.recurring { | |
padding: 0 !important; | |
} | |
.recurring p { | |
margin: 0 -10px; | |
padding: 10px 20px; |
OlderNewer