Skip to content

Instantly share code, notes, and snippets.

@jugyo
Created April 24, 2009 05:28
Show Gist options
  • Save jugyo/100971 to your computer and use it in GitHub Desktop.
Save jugyo/100971 to your computer and use it in GitHub Desktop.
/*
CSS for rails-footnotes plugin.
See also http://github.com/drnic/rails-footnotes/tree/master
*/
#tm_footnotes_debug {
color: white !important;
margin: 0 !important;
padding: 0 !important;
background-color: red;
position: fixed;
bottom: 0;
right: 0;
overflow: auto;
max-height: 500px;
width: 600px;
filter: alpha(opacity=70);
-moz-opacity: 0.70;
opacity: 0.70;
}
#tm_footnotes_debug a {
color: white !important;
text-decoration: underline !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment