summaryrefslogtreecommitdiffstats
path: root/docs/static/css
diff options
context:
space:
mode:
authorAnthony Fok <foka@debian.org>2015-10-02 03:27:38 -0600
committerAnthony Fok <foka@debian.org>2015-10-02 03:32:33 -0600
commit08d41c3a48548597a33f460f209974b64591c6fa (patch)
tree86540eaec7dfae53f19730bf380175485c6c2663 /docs/static/css
parent218554e363084ddc248cba180708797fca23eb02 (diff)
Fix strange carousel width on http://gohugo.io/
The solution is to add `table-layout:fixed` when `display:table` is used as per the answer given at: http://stackoverflow.com/questions/21230184/owl-carousel-inside-a-table-cell-parent-makes-parent-to-expand-weird Fixes #1465
Diffstat (limited to 'docs/static/css')
-rwxr-xr-xdocs/static/css/HPstyles.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/static/css/HPstyles.css b/docs/static/css/HPstyles.css
index 430591b0c..50d7a2944 100755
--- a/docs/static/css/HPstyles.css
+++ b/docs/static/css/HPstyles.css
@@ -167,6 +167,7 @@ a:hover {
.callout {
color: #ffffff;
display: table;
+ table-layout: fixed;
height: 420px;
width: 100%;
background-color: rgb(118,156,172);