04.04.2011, 19:37
04.04.2011, 19:37
05.04.2011, 07:17
Sprawdź czy w global.css swojego stylu nie masz wpisane
zmień center na left.
Kod:
text-align: center;
zmień center na left.
05.04.2011, 10:29
Kod:
border-top: none;
margin: auto auto;
padding: 10px;
text-align: left;
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
to jest moj global ccs nie mam nic mam to left !
05.04.2011, 10:35
Kod:
body {
background: #ffffff;
color: #000;
text-align: center;
line-height: 1.4;
font-family: Verdana, Arial, Sans-Serif;
font-size: 13px;
}
05.04.2011, 16:47
Jeżeli się nie mylę to w global.css poszukaj frazy container i wklej to:
Kod:
#container {
color: #000;
text-align: left;
line-height: 1.4;
margin: 0;
font-family: Tahoma, Verdana, Arial, Sans-Serif;
font-size: 13px;
}