File tree 5 files changed +19
-26
lines changed
5 files changed +19
-26
lines changed Original file line number Diff line number Diff line change 3
3
< head >
4
4
< meta charset ="utf-8 ">
5
5
< 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 ">
8
7
< link rel ="stylesheet " href ="node_modules/codemirror/lib/codemirror.css ">
9
8
< script defer src ="node_modules/codemirror/lib/codemirror.js "> </ script >
10
9
< script defer src ="node_modules/codemirror/mode/javascript/javascript.js "> </ script >
13
12
</ head >
14
13
< body >
15
14
< 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 >
17
16
< h1 id ="title "> QmlWeb</ h1 >
18
17
< h2 id ="tagline "> A QML engine in a web browser.</ h2 >
19
18
< section id ="buttons ">
Original file line number Diff line number Diff line change @@ -37,6 +37,20 @@ body {
37
37
letter-spacing : -1px ;
38
38
}
39
39
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
+
40
54
# buttons {
41
55
position : absolute;
42
56
top : 50px ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments