Skip to content

Commit

Permalink
Updated style
Browse files Browse the repository at this point in the history
Update to fix the bug in issue 8 :
#8
  • Loading branch information
iKlem committed Apr 16, 2015
1 parent 1e7178b commit a665c4b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Main colors can be modified in the "user.css" file.
*
* @author: iKlem <[email protected]>
* @version: 1.1
* @version: 1.1.1
*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);

Expand Down Expand Up @@ -132,6 +132,10 @@ h1 {
border: none;
height: 60px;
}
#stateLoad {
font-size: 25px;
line-height: auto;
}
/* --- */

/* RIGHT PANELS */
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h2 id="stateLoad">Connecting...</h2>
<div id="progressInfo"> - - - </div>
<div id="progressInfoWS"> - - - </div>
</div>
<div id="versionNo">GoulpLoader v1.1</div>
<div id="versionNo">GoulpLoader v1.1.1</div>
</div>
<div id="rightPanel">
<!-- This is your server banner. The image must be 630px by 181px. The "alt" value will be modified automatically. You need to open config.json to add your banner. -->
Expand Down

0 comments on commit a665c4b

Please sign in to comment.