Skip to content

Commit

Permalink
Updating oneoff.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Pappas committed Oct 8, 2014
1 parent aa667c2 commit 6ffd192
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions tools/oneoffs/oneoff.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,36 @@

/*--------Put Your Custom CSS Rules Below--------*/

/* right align */

.alignmeright
{
text-align: right;
}

/* Font fall backs */
p
{
font-family: "MinionPro", "Symbola", "Arial Unicode MS", "DejaVu Sans", "Code2000";
}




div.informaltable tbody tr td p
{
font-family: "MinionPro", "Symbola", "Arial Unicode MS", "DejaVu Sans", "Code2000";
}

pre.programlisting, pre.screen, pre.literallayout
{
font-family: "UbuntuMono", "Arial Unicode MS", "Code2000";
}
code
{
font-family: "UbuntuMono", "Arial Unicode MS", "DejaVu Sans", "Code2000";
color: red;
}
/*----Uncomment to turn on automatic code wrapping
pre.programlisting, pre.screen, pre.literallayout {
Expand Down

0 comments on commit 6ffd192

Please sign in to comment.