Skip to content

Commit

Permalink
corrected styles and thumbnails
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbeletsky committed Mar 7, 2012
1 parent a93755e commit a7dbc54
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 deletions.
Binary file modified bladesofsteel/thumbnail.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified coffeenmilk/thumbnail.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified evergreen/thumbnail.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions index.html
Expand Up @@ -98,7 +98,7 @@ <h5>Coffee and Milk</h5>
<p>
Morning coffee with milk
</p>
<div class="toolbar right">
<div class="toolbar row">
<a href="coffeenmilk" class="preview small green radius button">Preview</a>
<a href="coffeenmilk/app.css" target="_blank" class="download small blue radius button">Download</a>
</div>
Expand All @@ -111,7 +111,7 @@ <h5>Evergreen Tree</h5>
<p>
Relaxing colors with smell of evergreen tree
</p>
<div class="toolbar right">
<div class="toolbar row">
<a href="evergreen" class="preview small green radius button">Preview</a>
<a href="evergreen/app.css" target="_blank" class="download small blue radius button">Download</a>
</div>
Expand All @@ -124,7 +124,7 @@ <h5>Blades Of Steel</h5>
<p>
Cold and strong
</p>
<div class="toolbar right">
<div class="toolbar row">
<a href="bladesofsteel" class="preview small green radius button">Preview</a>
<a href="bladesofsteel/app.css" target="_blank" class="download small blue radius button">Download</a>
</div>
Expand Down
15 changes: 11 additions & 4 deletions stylesheets/app.css
Expand Up @@ -96,9 +96,9 @@

.style
{
display: block;
width: 295px;
height: 300px;
padding: 4px;
padding: 5px;
background-color: #E3E3E3;
border: 1px solid #DDD;
-webkit-border-radius: 4px;
Expand All @@ -111,9 +111,16 @@

.style img
{
width: 290px;
height: 200px;
width: 295px;
height: 180px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}

.toolbar
{
text-align: right;
display: inline-block;
*display: inline;
}

0 comments on commit a7dbc54

Please sign in to comment.