lib/rdoc/generator/template/rails/resources/css/main.css in sdoc-0.3.6 vs lib/rdoc/generator/template/rails/resources/css/main.css in sdoc-0.3.7
- old
+ new
@@ -10,20 +10,20 @@
a:link, a:active, a:visited, a:hover {
color: #980905;
text-decoration: none;
}
-a:hover {
+a:hover, .banner a:hover {
color: #333;
background: #FE8;
}
-h1 a, h2 a, .sectiontitle a, .banner a {
+h1 a, h2 a, .banner a {
color: #fff;
}
-h1 a:hover, h2 a:hover, .sectiontitle a:hover, .banner a:hover {
+h1 a:hover, h2 a:hover {
color: #fff;
}
p {
margin-bottom: 1em;
@@ -143,9 +143,13 @@
.banner li
{
list-style: none;
margin-left: 0;
margin-bottom: 0;
+}
+
+.banner .github_url {
+ color: #CCC;
}
pre
{
margin-bottom: 1em;