diff options
author | James Moger <james.moger@gitblit.com> | 2011-09-22 15:37:49 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2011-09-22 15:37:49 -0400 |
commit | 2548a7e99ce7c6f5b7379a44ec92be80a0adac3d (patch) | |
tree | 6000c09d7f6acef2f31ad7bd2fcb7ae4b6caf571 /resources | |
parent | 9b72a2e674f7cbc320b0b72fc71ad813d296ab12 (diff) | |
download | gitblit-2548a7e99ce7c6f5b7379a44ec92be80a0adac3d.tar.gz gitblit-2548a7e99ce7c6f5b7379a44ec92be80a0adac3d.zip |
Refined mirror federation feature. Documentation.
HEAD is now properly reset if mirroring is enabled. Updated the
federation pull status enum to include no change and mirrored states.
Diffstat (limited to 'resources')
-rw-r--r-- | resources/markdown.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/resources/markdown.css b/resources/markdown.css index 41bc4392..075971c4 100644 --- a/resources/markdown.css +++ b/resources/markdown.css @@ -64,4 +64,10 @@ div.markdown li { div.markdown em {
color: #b05000;
+}
+
+div.markdown table.text th, div.markdown table.text td {
+ vertical-align: top;
+ border-top: 1px solid #ccc;
+ padding:5px;
}
\ No newline at end of file |