Skip to content

Commit 0b711ba

Browse files
committed
More style cleanup
1 parent e57887b commit 0b711ba

File tree

5 files changed

+19
-26
lines changed

5 files changed

+19
-26
lines changed

images/blacktocat.png

-463 Bytes
Binary file not shown.

images/octocat-mark.svg

+3
Loading

index.html

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta name="description" content="QmlWeb : A QML engine in a web browser.">
6-
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
7-
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/styles.css">
6+
<link rel="stylesheet" href="stylesheets/styles.css">
87
<link rel="stylesheet" href="node_modules/codemirror/lib/codemirror.css">
98
<script defer src="node_modules/codemirror/lib/codemirror.js"></script>
109
<script defer src="node_modules/codemirror/mode/javascript/javascript.js"></script>
@@ -13,7 +12,7 @@
1312
</head>
1413
<body>
1514
<header id="header">
16-
<a id="forkme_banner" href="https://github.com/qmlweb">View on GitHub</a>
15+
<a id="github" href="https://github.com/qmlweb">View on GitHub</a>
1716
<h1 id="title">QmlWeb</h1>
1817
<h2 id="tagline">A QML engine in a web browser.</h2>
1918
<section id="buttons">

stylesheets/styles.css

+14
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,20 @@ body {
3737
letter-spacing: -1px;
3838
}
3939

40+
#github {
41+
display: block;
42+
position: absolute;
43+
top: 0;
44+
right: 20px;
45+
text-decoration: none;
46+
padding: 7px 45px 7px 10px;
47+
color: #fff;
48+
background: url('../images/octocat-mark.svg') #08f no-repeat 95% 50%;
49+
background-size: 30px;
50+
font-weight: bold;
51+
border-radius: 0 0 5px 5px;
52+
}
53+
4054
#buttons {
4155
position: absolute;
4256
top: 50px;

stylesheets/stylesheet.css

-23
This file was deleted.

0 commit comments

Comments
 (0)