public/gitauth.css in brownbeagle-gitauth-0.0.3 vs public/gitauth.css in brownbeagle-gitauth-0.0.3.3
- old
+ new
@@ -215,11 +215,11 @@
#groups .tag.group {
background: #17768A;
}
-.section ul li a {
+.section ul li a, #repository-details a {
text-decoration: none;
color: #395F99;
}
/* View Stuff */
@@ -259,6 +259,31 @@
br.clear { clear: both; }
.view ul li a {
text-decoration: none;
color: #416999;
+}
+
+#repository-details {
+ line-height: 1.8em;
+ padding: 0.5em 1em;
+ margin-bottom: 2em;
+}
+
+#repository-details h3 {
+ font-weight: bold;
+ font-size: 1.1em;
+ text-align: center;
+ margin-bottom: 0.75em;
+ color: #C55E25;
+}
+
+
+#repository-details code {
+ display: block;
+ white-space: pre;
+ padding: 0.5em;
+ font-family: Consolas, Lucida Console, Monaco, monospace;
+ background: #F4F4F4;
+ margin: 0.25em 0;
+
}
\ No newline at end of file