Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Commit

Permalink
remove drawing hack as it is no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
lots0logs committed Oct 20, 2015
1 parent 432efb5 commit e3f4801
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 24 deletions.
12 changes: 1 addition & 11 deletions css/bootstrap/bootstrap.min.css

Large diffs are not rendered by default.

7 changes: 0 additions & 7 deletions css/bootstrap/prettify.css

This file was deleted.

11 changes: 5 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,10 @@
<title>The Antergos Default Greeter Theme</title>

<!--For testing changes made to theme in any web browser-->
<script type="text/javascript" src="js/mock.js"></script>
<!--<script type="text/javascript" src="js/mock.js"></script>-->

<!-- Bootstrap Core CSS -->
<link rel="stylesheet" type="text/css" href="css/bootstrap/bootstrap.min.css"/>
<link rel="stylesheet" type="text/css" href="css/bootstrap/prettify.css">

<!-- Custom CSS here -->
<link rel="stylesheet" type="text/css" href="css/bootstrap/theme.css">
Expand Down Expand Up @@ -106,7 +105,7 @@
if (localStorage.getItem("bgrandom") == null) {
localStorage.setItem("bgrandom", "1");
}
$('.dropdown-toggle').dropdown();
$('.dropdown-toggle').dropdown();
});

function showAlert() {
Expand Down Expand Up @@ -270,7 +269,7 @@ <h3>Background Options</h3>
</tr>
</table>
<div id="timerArea" class="timer">
<i class="fa fa-spinner fa-spin"></i>
<i class="fa fa-spinner"></i>
</div>
</div>
<!-- Status Area -->
Expand All @@ -292,8 +291,8 @@ <h3>Background Options</h3>
</div>
<!-- This is a hack to work-around webkit2gtk glitches with drawing on screen.
The spinner animation makes GTK constantly repaint the screen which prevents
WSOD (White Screen Of Death) -->
<i class="fa fa-spinner fa-spin" style="color: transparent"></i>
WSOD (White Screen Of Death)
<i class="fa fa-spinner fa-spin" style="color: transparent"></i>-->
</div>
</div>

Expand Down

0 comments on commit e3f4801

Please sign in to comment.