Skip to content

Commit aa8056c

Browse files
committed
fix width size
1 parent 9fe5a75 commit aa8056c

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

themes/mapmint/static/css/bootstrap-responsive.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
width: 724px;
202202
}
203203
.span12 {
204-
width: 724px;
204+
width: 714px;
205205
}
206206
.span11 {
207207
width: 662px;
@@ -506,7 +506,7 @@
506506
width: 1170px;
507507
}
508508
.span12 {
509-
width: 1170px;
509+
width: 1100px;
510510
}
511511
.span11 {
512512
width: 1070px;

themes/mapmint/static/css/docs.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ body {
1010
line-height:1.6em !important;
1111
color:#666;
1212
}
13+
1314
.gray_bg { background-color:#f8f8f8; border-top:1px solid #efefef; border-bottom:1px solid #efefef;}
1415
.green_bg{background:#83c849;}
1516
.header_social {float:right; margin-right:0; margin-top:5px;}
@@ -1959,6 +1960,9 @@ form.well {
19591960
h3 {
19601961
margin-top: 18px;
19611962
}
1963+
.span8 {
1964+
width: 90% !important;
1965+
}
19621966
h1.bigw {
19631967
font-size: 4em;
19641968
}
@@ -2145,6 +2149,10 @@ form.well {
21452149
.footer p {
21462150
margin-bottom: 9px;
21472151
}
2152+
h1.bigc {
2153+
font-size: 4.5em;
2154+
top: 1px;
2155+
}
21482156

21492157
}
21502158

0 commit comments

Comments
 (0)