Skip to content

Commit

Permalink
Thumbnail & Connection Status background fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
chhhrrriiisss committed Mar 31, 2014
1 parent 6d01b91 commit 578256c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions css/frag/layout.less
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,10 @@ body {

#moduleList .addModule ul li.item {

.opacity(100) !important;
.opacity(80) !important;

&:hover, &:active, &:focus {
.opacity(100);
.opacity(80);
}
}

Expand Down Expand Up @@ -2146,7 +2146,7 @@ header {
margin-top:-60px;
background-position:6px -395px;
background-repeat:no-repeat;
.at2x('../img/sprites.png');
.s();
}

div.indicator {
Expand Down
4 changes: 2 additions & 2 deletions css/screen.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
manifest = [
'img/sprites.png',
'img/logo.png',
'modules/th/thumbnails.jpg',
'modules/th/thumbnails_low.jpg',
'img/noise.png',
'img/grid.png'
];
Expand Down Expand Up @@ -634,8 +634,8 @@ <h5 class="desc">
</div>

<script src="js/vendor/jquery-2.1.0.min.js"></script>
<script src="js/src/plugins.js"></script>
<script src="js/src/main.js"></script>
<script src="js/plugins.min.js"></script>
<script src="js/main.min.js"></script>

</body>
</html>
Binary file added modules/th/thumbnails_low.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 578256c

Please sign in to comment.