app/assets/stylesheets/about_page.scss in about_page-0.2.7 vs app/assets/stylesheets/about_page.scss in about_page-0.3.0
- old
+ new
@@ -19,6 +19,26 @@
padding-bottom: 1em;
}
dl.dl-horizontal dd {
margin-bottom: 0px;
-}
\ No newline at end of file
+}
+
+.git-log {
+ white-space: nowrap;
+ table {
+ width: 100%;
+ font-size: 85%;
+ table-layout: fixed;
+ tr:nth-child(odd) { background-color: lightgrey; }
+ td {
+ padding: 0px 3px;
+ text-overflow: ellipsis;
+ overflow: hidden;
+ &.mono { font-family: consolas, andale-mono, monospace; }
+ }
+ col.git-time { width: 20%; }
+ col.git-sha { width: 8%; }
+ col.git-desc { width: 50%; }
+ col.git-auth { width: 22%; }
+ }
+}