Sfoglia il codice sorgente

Added no-hyphens CSS class

master
Said Achmiz 5 anni fa
parent
commit
fa1ccf6bde
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  1. 6
    0
      assets/css/main.css

+ 6
- 0
assets/css/main.css Vedi File

@@ -324,6 +324,12 @@ hr {
clear: both;
}

.no-hyphens {
-webkit-hyphens: none !important;
-moz-hyphens: none !important;
hyphens: none !important;
}

/*=-----------------=*/
/* Copyright notice. */
/*=-----------------=*/

Loading…
Annulla
Salva