Sfoglia il codice sorgente

width fix for pre on userhistory

pull/1/head
herbert 3 anni fa
parent
commit
7bedd2e73a
2 ha cambiato i file con 4 aggiunte e 2 eliminazioni
  1. +2
    -1
      static/styles/beluga/style.css
  2. +2
    -1
      static/styles/orion/style.css

+ 2
- 1
static/styles/beluga/style.css Vedi File

@@ -1432,7 +1432,8 @@ pre {
max-width: 95%;
}

#forums pre {
#forums pre,
#userhistory pre {
max-width: 878px;
}



+ 2
- 1
static/styles/orion/style.css Vedi File

@@ -1762,7 +1762,8 @@ pre {
max-width: 95%;
}

#forums pre {
#forums pre,
#userhistory pre {
max-width: 878px;
}



Caricamento…
Annulla
Salva