move case-study-styles.html to an actual css file and make it a class
Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Case Studies
|
||||
class: gridPage
|
||||
---
|
||||
|
||||
<!Doctype html>
|
||||
@@ -99,7 +100,6 @@ title: Case Studies
|
||||
<button id="closeButton"></button>
|
||||
</div>
|
||||
{% include footer.html %}
|
||||
{% include case-study-styles.html %}
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Pearson Case Study
|
||||
class: gridPage
|
||||
---
|
||||
|
||||
<!Doctype html>
|
||||
@@ -82,7 +83,6 @@ title: Pearson Case Study
|
||||
</section>
|
||||
|
||||
{% include footer.html %}
|
||||
{% include case-study-styles.html %}
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Wikimedia Case Study
|
||||
class: gridPage
|
||||
---
|
||||
|
||||
<!Doctype html>
|
||||
@@ -97,7 +98,6 @@ title: Wikimedia Case Study
|
||||
</section>
|
||||
|
||||
{% include footer.html %}
|
||||
{% include case-study-styles.html %}
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user