cambiar ancho SUBSILVER Tema Solucionado
Publicado: 14 Jul 2012, 04:35
Hola, me gustaria saber como puedo modificar la anchura de mi estilo subsilver para hacerlo mas estrecho, gracias!
phpBB España Oficial, Soporte Internacional Oficial del sistema de foros phpBB en Español, extensiones, estilos, traducciones, guías, tutoriales, videos, redes sociales, webmaster.
https://www.phpbb-es.com/foro/
styles/subsilver2/theme/stylesheet.css
Código: Seleccionar todo
body {
/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
color: #323D4F;
background-color: #FFFFFF;
font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
margin: 0;
}
Código: Seleccionar todo
margin: 0;
Código: Seleccionar todo
margin: auto;
width: 900px;