diff options
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> |