Browse Source

Allowing hostname breaks on spaces

pull/624/head
Xose Pérez 6 years ago
parent
commit
0e767dbffc
3 changed files with 2737 additions and 2736 deletions
  1. BIN
      code/espurna/data/index.html.gz
  2. +2736
    -2736
      code/espurna/static/index.html.gz.h
  3. +1
    -0
      code/html/custom.css

BIN
code/espurna/data/index.html.gz View File


+ 2736
- 2736
code/espurna/static/index.html.gz.h
File diff suppressed because it is too large
View File


+ 1
- 0
code/html/custom.css View File

@ -5,6 +5,7 @@
#menu .pure-menu-heading {
font-size: 100%;
padding: .5em .5em;
white-space: normal;
}
.pure-g {


Loading…
Cancel
Save