diff options
author | Paul Martin <paul@paulsputer.com> | 2016-01-11 12:25:06 +0000 |
---|---|---|
committer | Paul Martin <paul@paulsputer.com> | 2016-03-27 17:09:16 +0100 |
commit | 2754961708ff0eb6030faf6db2edf8fbdae227d5 (patch) | |
tree | 827f0904a9e8a5db2282986230b374c42cfd69c1 /src/main/resources/gitblit.css | |
parent | 86401c3ff40c137a937a3dd83f12022fce5529b4 (diff) | |
download | gitblit-2754961708ff0eb6030faf6db2edf8fbdae227d5.tar.gz gitblit-2754961708ff0eb6030faf6db2edf8fbdae227d5.zip |
Document edit capability via ProseMirror submodule #974
+ New docEdit page with links from docPage and docList
+ Bespoke menu system with full screen edit mode
+ npm required for building client side scripts
+ Ant script added for BuildUI which performs npm commands
+ Update font-awesome to 4.5.0
+ Factor out to JGitUtils common code in BranchTicketService for EditFilePage
+ getTreeEntries
+ commitIndex
+ Merge capability for document editing
Diffstat (limited to 'src/main/resources/gitblit.css')
-rw-r--r-- | src/main/resources/gitblit.css | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main/resources/gitblit.css b/src/main/resources/gitblit.css index 0d36da7f..5b82e874 100644 --- a/src/main/resources/gitblit.css +++ b/src/main/resources/gitblit.css @@ -2072,10 +2072,6 @@ li.L5, li.L7,
li.L9 { background: #fafafa !important; }
-div.docs {
- max-width: 880px;
-}
-
div.docs ul.nav {
margin-bottom: 0px !important;
}
|