1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-31 15:24:31 +03:00

Added page editing

This commit is contained in:
Dan Brown
2015-07-12 21:31:15 +01:00
parent eaa1765c7a
commit 3c7bd297ea
19 changed files with 252 additions and 23 deletions

5
public/css/app.css vendored
View File

@ -941,4 +941,9 @@ header .menu {
display: inline-block;
margin-left: 16px; }
.page-title input {
display: block;
width: 100%;
font-size: 1.4em; }
/*# sourceMappingURL=app.css.map */

File diff suppressed because one or more lines are too long