Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
228 changes: 228 additions & 0 deletions web/ko/bootstrap-1.1.0.min.css

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions web/ko/small-screens.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
@media screen and (max-width: 1024px) {
dl dd {
margin-bottom: 18px;
}
div.container {
width: 90%;
}
.row .span16,
.row .span8,
.row .span6 {
float: none;
width: 100%;
margin-left: 0;
}
}
5 changes: 5 additions & 0 deletions web/ko/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
body {
max-width: 940px;
margin-right: auto;
margin-left: auto;
}
228 changes: 228 additions & 0 deletions web/ru/bootstrap-1.1.0.min.css

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions web/ru/small-screens.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
@media screen and (max-width: 1024px) {
dl dd {
margin-bottom: 18px;
}
div.container {
width: 90%;
}
.row .span16,
.row .span8,
.row .span6 {
float: none;
width: 100%;
margin-left: 0;
}
}
5 changes: 5 additions & 0 deletions web/ru/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
body {
max-width: 940px;
margin-right: auto;
margin-left: auto;
}
228 changes: 228 additions & 0 deletions web/zh_cn/bootstrap-1.1.0.min.css

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions web/zh_cn/small-screens.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
@media screen and (max-width: 1024px) {
dl dd {
margin-bottom: 18px;
}
div.container {
width: 90%;
}
.row .span16,
.row .span8,
.row .span6 {
float: none;
width: 100%;
margin-left: 0;
}
}
5 changes: 5 additions & 0 deletions web/zh_cn/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
body {
max-width: 940px;
margin-right: auto;
margin-left: auto;
}