Combine homepage info dialogs

This commit is contained in:
Ray Schamp 2015-05-08 15:46:43 -04:00
parent ed378ecb77
commit 8dfc239361
4 changed files with 5 additions and 8 deletions

View file

@ -796,9 +796,9 @@ dialog {
.message, .warning, .info {
border-radius: 5px;
line-height: 49px;
text-align: center;
margin: 1.5em 0; }
margin: 1.5em 0;
padding: 0.75em; }
.warning {
background-color: #fff447;

File diff suppressed because one or more lines are too long

View file

@ -84,10 +84,7 @@
</section>
<aside class="info">
<strong>Note:</strong> To use any physical extensions, you need to download the <a href="https://scratch.mit.edu/scratchr2/static/ext/download.html">Hardware Plugin</a>.
</aside>
<aside class="info">
<strong>Note:</strong> To use any physical extensions, you need to download the <a href="https://scratch.mit.edu/scratchr2/static/ext/download.html">Hardware Plugin</a>.<br />
Official Scratch Extensions (such as LEGO WeDo) are available on the main <a href="https://scratch.mit.edu">Scratch site</a>.
</aside>
</div>

View file

@ -52,9 +52,9 @@ dialog {
.message {
border-radius: $base-border-radius;
line-height: 49px;
text-align: center;
margin: $vertical-base * 4 0;
padding: $vertical-base * 2;
}
.warning {