Skip to content

Instantly share code, notes, and snippets.

@david-hodgetts
Created October 21, 2013 19:15
Show Gist options
  • Save david-hodgetts/7089292 to your computer and use it in GitHub Desktop.
Save david-hodgetts/7089292 to your computer and use it in GitHub Desktop.
reveal css (rails workshop)
p, li, h1, h2, h3, ul {
text-align: left;
}
table.files {
font-family: verdana,arial,sans-serif;
font-size:18px;
color:#333333;
border-width: 1px;
border-color: #999999;
border-collapse: collapse;
margin-left: 40px;
margin-right: 40px;
line-height: 1.3em;
}
table.files th {
background-color:#c3dde0;
border-width: 1px;
padding: 3px;
border-style: solid;
border-color: #a9c6c9;
}
table.files tr {
background-color:#d4e3e5;
}
table.files td {
border-width: 1px;
padding: 3px;
border-style: solid;
border-color: #a9c6c9;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment