Ativa o menu
Toggle preferences menu
Alternar menu pessoal
Não autenticado(a)
Your IP address will be publicly visible if you make any edits.

Predefinição:Navegador/styles.css: mudanças entre as edições

De Runas & Campeões
mSem resumo de edição
mSem resumo de edição
Linha 2: Linha 2:
     width: 100%;
     width: 100%;
     table-layout: fixed;
     table-layout: fixed;
      margin: 0;
  padding: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
}
}

Edição das 15h10min de 3 de dezembro de 2022

.navegador{
    width: 100%;
    table-layout: fixed;
      margin: 0;
  padding: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
}