Page MenuHomeDevCentral

D49.diff
No OneTemporary

D49.diff

diff --git a/css/app.css b/css/app.css
--- a/css/app.css
+++ b/css/app.css
@@ -14,6 +14,8 @@
Fonts
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
+@import url(https://fonts.googleapis.com/css?family=Raleway:300);
+
@font-face {
font-family: Batch;
src: url('../fonts/batch-icons-webfont.eot');
@@ -51,6 +53,24 @@
}
/* -------------------------------------------------------------
+ Header
+ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
+
+header {
+ padding-top: 2em;
+ padding-bottom: 2em;
+
+ background-color: #EEEFF7;
+}
+
+header h1 {
+ font-family: 'Raleway', sans-serif;
+ font-weight: 300;
+ text-align: center;
+ color: #253237 !important;
+}
+
+/* -------------------------------------------------------------
Hero
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
diff --git a/index.html b/index.html
--- a/index.html
+++ b/index.html
@@ -10,7 +10,7 @@
<script src="js/vendor/modernizr.js"></script>
</head>
<body>
- <header style="background-color: #EEEFF7;">
+ <header>
<div class="row">
<div class="large-12 columns">
<h1>Docker images | Nasqueron</h1>

File Metadata

Mime Type
text/plain
Expires
Tue, Nov 26, 04:57 (19 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2263982
Default Alt Text
D49.diff (1 KB)

Event Timeline