diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-10-13 07:12:17 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-10-13 07:12:17 +0200 |
commit | 8074ef4fcc50e51c071f35d503c9eab00c967e3c (patch) | |
tree | a054e93ed6a57075fd4f6dc848c551d542aa905a /_layouts | |
parent | glep: Fix weird blockquote font size (diff) | |
download | www-8074ef4fcc50e51c071f35d503c9eab00c967e3c.tar.gz www-8074ef4fcc50e51c071f35d503c9eab00c967e3c.tar.bz2 www-8074ef4fcc50e51c071f35d503c9eab00c967e3c.zip |
glep: Reduce the width of metadata table
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/glep.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/glep.html b/_layouts/glep.html index 488af40..4c11b88 100644 --- a/_layouts/glep.html +++ b/_layouts/glep.html @@ -4,7 +4,7 @@ nav2-display: true --- <h1 class="first-header">{{ page.title | xml_escape }}</h1> -<table class="table-bordered table-condensed table-striped pull-right"> +<table class="table-bordered table-condensed table-striped pull-right col-md-4"> <tr> <th>Author</th> <td>{{ page.Author | xml_escape }}</td> |