Skip to content

Commit ce9be82

Browse files
author
Dominic Mercier
committed
change page title
1 parent 90e8d10 commit ce9be82

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

CSS1K.sublime-workspace

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,14 @@
2727
},
2828
"buffers":
2929
[
30+
{
31+
"file": "index.html",
32+
"settings":
33+
{
34+
"buffer_size": 13194,
35+
"line_ending": "Unix"
36+
}
37+
}
3038
],
3139
"build_system": "",
3240
"command_palette":
@@ -111,8 +119,37 @@
111119
"groups":
112120
[
113121
{
122+
"selected": 0,
114123
"sheets":
115124
[
125+
{
126+
"buffer": 0,
127+
"file": "index.html",
128+
"settings":
129+
{
130+
"buffer_size": 13194,
131+
"regions":
132+
{
133+
},
134+
"selection":
135+
[
136+
[
137+
335,
138+
335
139+
]
140+
],
141+
"settings":
142+
{
143+
"syntax": "Packages/HTML/HTML.tmLanguage",
144+
"tab_size": 4,
145+
"translate_tabs_to_spaces": true
146+
},
147+
"translation.x": 0.0,
148+
"translation.y": 0.0,
149+
"zoom_level": 1.0
150+
},
151+
"type": "text"
152+
}
116153
]
117154
}
118155
],

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
66
<meta name="description" content="A demonstration of what can be accomplished visually through just 1 K of CSS.">
77
<meta name="viewport" content="width=device-width,initial-scale=1.0">
8-
<title>CSS1K</title>
8+
<title>CSS1K - 2012</title>
99
<!--[if lt IE 9]><script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
1010
<style>@import url('styles/default.css');</style>
1111
<script src="js/prefixfree.min.js"></script>

0 commit comments

Comments
 (0)