Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
fix bag
  • Loading branch information
bikeNik committed May 22, 2017
1 parent 0228065 commit 6951c65
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Templates/2x2 (ABC-scramble)/back.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,17 @@
</div>
</div>
<div class="main-content-ctr">
<div class="main-content">
<div class="main-content back">
<div class="title"></div>
<div class="par">
<div class="question">
<div class="rus_def">отчетливый</div>
<ul type="circle">
<li>Послание президента было недвусмысленно: компания должна сократить кадры немедленно.</li>
<li>Профессор Ларсен известен своими интересными и ясными выступлениями.</li>
<li>Послание президента было недвусмысленно: компания должна сократить кадры немедленно.
</li>
<li>
Профессор Ларсен известен своими интересными и ясными выступлениями.
</li>
</ul>
</div>
</div>
Expand Down
9 changes: 9 additions & 0 deletions Templates/2x2 (ABC-scramble)/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,15 @@ li::before {
position: absolute;
top: -1000px; }

.back > div > div ul {
display: block;
padding-bottom: 30px; }

.back {
display: block;
overflow: auto;
height: 75%; }

/*====================================
Audir button
=====================================*/
Expand Down
10 changes: 10 additions & 0 deletions Templates/2x2 (ABC-scramble)/scss/base/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -258,4 +258,14 @@ li::before {
z-index: -100;
position: absolute;
top: -1000px;
}

.back>div>div ul {
display: block;
padding-bottom: 30px;
}
.back {
display: block;
overflow: auto;
height: 75%;
}
18 changes: 18 additions & 0 deletions config.codekit3
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,24 @@
"oAP": "\/Reference-files\/_Roboto-ThinItalic.ttf",
"oF": 0
},
"\/ruTracker.md": {
"cS": 0,
"eF": 1,
"eL": 1,
"eLB": 0,
"ema": 1,
"eSQ": 1,
"ft": 4096,
"oA": 0,
"oAP": "\/ruTracker.html",
"oF": 0,
"oFM": 0,
"oS": 0,
"pHT": 0,
"pME": 1,
"rFN": 0,
"uCM": 0
},
"\/Templates\/2x2 (ABC-scramble)\/.brackets.json": {
"ft": 524288,
"oA": 1,
Expand Down
Empty file added ruTracker.md
Empty file.

0 comments on commit 6951c65

Please sign in to comment.