Skip to content

Commit

Permalink
oops. wrong path for stylesheet
Browse files Browse the repository at this point in the history
  • Loading branch information
theophani committed Jul 6, 2012
1 parent d15b740 commit 75654d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 60 deletions.
4 changes: 2 additions & 2 deletions _layouts/js-workshop.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=640" />
<link rel="stylesheet" href="/stylesheets/js-workshop.css" media="screen"/>
<link rel="stylesheet" href="/stylesheets/js-workshop-mobile.css" media="handheld, only screen and (max-device-width:640px)"/>
<link rel="stylesheet" href="/opentechschool/stylesheets/js-workshop.css" media="screen"/>
<link rel="stylesheet" href="/opentechschool/stylesheets/mobile.css" media="handheld, only screen and (max-device-width:640px)"/>
<title>{{ page.title }} – Open Tech School</title>
</head>
<body>
Expand Down
58 changes: 0 additions & 58 deletions stylesheets/js-workshop-mobile.css
Original file line number Diff line number Diff line change
@@ -1,58 +0,0 @@
body {
color:#333;
font-size:18px;
line-height: 1.5em;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.column {
width: 620px;
margin: 20px auto;
}
h1 {
padding-top:24pt;
line-height:1.15;
text-align:left;
color:#000000;
font-size:36pt;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight:bold;
padding-bottom:6pt;
margin: 0;
}
.highlight {
background-color:#ffff00;
}
h2 {
padding-top:24pt;
line-height:1.15;
text-align:left;
color:#000000;
font-size:18pt;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight:bold;
padding-bottom:18pt;
margin: 0;
}
h1.subtitle {
padding-top:18pt;
line-height:1.15;
text-align:left;
color:#666666;
font-style:italic;
font-size:24pt;
font-family: Georgia, Times, "Times New Roman", serif;
font-weight: normal;
padding-bottom:4pt;
margin: 0;
}
h2 .subtitle {
color:#666666;
font-style:italic;
font-family: Georgia, Times, "Times New Roman", serif;
font-weight: normal;
}
p {
margin:0;
padding-bottom: 11pt;
}

0 comments on commit 75654d7

Please sign in to comment.