Skip to content

Instantly share code, notes, and snippets.

@Wolfr
Created November 17, 2014 15:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Wolfr/2b2f9985b569c0a413a8 to your computer and use it in GitHub Desktop.
Save Wolfr/2b2f9985b569c0a413a8 to your computer and use it in GitHub Desktop.
/* Table cell alignment
========================================================================== */
td.ar,
th.ar {
text-align: right !important;
}
td.ac,
th.ac {
text-align: center !important;
}
td.al,
th.al {
text-align: left !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment