Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2016-10-07 18:05:27 +0300
committerConnor Shea <connor.james.shea@gmail.com>2016-10-07 18:05:27 +0300
commit36aa1f66cc6400eaef08babfc6d33b0e261c92fe (patch)
tree8e34e15ca5fd69d21c8d28c1e17f7174b1740671 /layouts
parent031a641e04ab4f97ccacb10d07b6309e2ecdfb18 (diff)
Make responsive, add blockquote and image styles. Improve table styles.
Diffstat (limited to 'layouts')
-rw-r--r--layouts/default.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/default.html b/layouts/default.html
index 1fb65810..9fabd61e 100644
--- a/layouts/default.html
+++ b/layouts/default.html
@@ -6,6 +6,7 @@
<link rel="stylesheet" href="<%= @items['/assets/stylesheets/stylesheet.*'].path %>">
<link rel="stylesheet" href="<%= @items['/assets/stylesheets/highlight.*'].path %>">
<link href='//fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,400italic' rel='stylesheet' type='text/css'>
+ <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!-- you don't need to keep this, but it's cool for stats! -->
<meta name="generator" content="Nanoc <%= Nanoc::VERSION %>">