diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2015-05-14 03:56:13 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2015-05-14 03:56:13 +0300 |
commit | 219b367c396033ac3143f3fe7f02e9a977cc8bb4 (patch) | |
tree | b7fd8a4574cda40e0d13e095a606188707efb9e2 /_includes/header.html | |
parent | rename CSS classes (diff) | |
download | egor-tensin.github.io-219b367c396033ac3143f3fe7f02e9a977cc8bb4.tar.gz egor-tensin.github.io-219b367c396033ac3143f3fe7f02e9a977cc8bb4.zip |
add CSS classes for reasonably wide blocks
Diffstat (limited to '')
-rw-r--r-- | _includes/header.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/_includes/header.html b/_includes/header.html index 64823a9..b9e0a8e 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -6,7 +6,10 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>{{ page.title }}</title> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.css"> + <link rel="stylesheet" href="/css/footer.css"> + <link rel="stylesheet" href="/css/misc.css"> + <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> <script src="//oss.maxcdn.com/html5shiv/3.7.2/html5shiv.js"></script> |