1
0
Fork 0

doc/liza.css: Example block and float styling

master
Mike Gerwitz 2017-03-23 09:42:17 -04:00
parent b05d48a572
commit 5abfedeb54
1 changed files with 8 additions and 0 deletions

View File

@ -68,10 +68,18 @@ pre.example
/* base3 ~ background color in light solarized theme */
background-color: #fdf6e3;
padding: 0.5em;
font-size: 0.9em;
}
a { color: #268bd2; /* blue */ }
a:visited { color: #d33682; /* magenta */ }
/** added by LoVullo Associates **/
.float
{
margin-block-start: 2em;
margin-block-end: 2em;
}
/* Center floating tables and images */
.float table, .float img, .float object { margin-left: auto; margin-right: auto; }