aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-10-13 07:12:17 +0200
committerMichał Górny <mgorny@gentoo.org>2017-10-13 07:12:17 +0200
commit8074ef4fcc50e51c071f35d503c9eab00c967e3c (patch)
treea054e93ed6a57075fd4f6dc848c551d542aa905a
parentglep: Fix weird blockquote font size (diff)
downloadwww-8074ef4fcc50e51c071f35d503c9eab00c967e3c.tar.gz
www-8074ef4fcc50e51c071f35d503c9eab00c967e3c.tar.bz2
www-8074ef4fcc50e51c071f35d503c9eab00c967e3c.zip
glep: Reduce the width of metadata table
-rw-r--r--_layouts/glep.html2
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>