From: Jeremy Thomas Date: Tue, 4 Sep 2018 13:26:02 +0000 (+0200) Subject: Fix #2084 X-Git-Tag: 0.7.2~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ceae8a675edad50591fc0ad62db1278286d8d6aa;p=thirdparty%2Fbulma.git Fix #2084 --- diff --git a/docs/documentation/overview/responsiveness.html b/docs/documentation/overview/responsiveness.html index 35fd5aa6b..834a5f17a 100644 --- a/docs/documentation/overview/responsiveness.html +++ b/docs/documentation/overview/responsiveness.html @@ -87,124 +87,126 @@ $fullhd-enabled: false - - - - {% for breakpoint_hash in site.data.breakpoints %} - {% assign breakpoint = breakpoint_hash[1] %} - - {% endfor %} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- {{ breakpoint.name }}
- {% if breakpoint.id == 'mobile' %} - Up to {{ breakpoint.to }}px - {% elsif breakpoint.id == 'fullhd' %} - {{ breakpoint.from }}px and above - {% else %} - Between {{ breakpoint.from }}px and {{ breakpoint.to }}px - {% endif %} -
-

mobile

-
-

-

-
-

-

-
-

tablet

-
-

-

-
-

desktop

-
-

-

-
-

widescreen

-
-

-

-
-

fullhd

-
-

-

-
-

tablet-only

-
-

-

-
-

-

-
-

desktop-only

-
-

-

-
-

-

-
-

widescreen-only

-
-

-

-
-

touch

-
-

-

-
-

until-widescreen

-
-

-

-
-

until-fullhd

-
-

-

-
+
+ + + + {% for breakpoint_hash in site.data.breakpoints %} + {% assign breakpoint = breakpoint_hash[1] %} + + {% endfor %} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ {{ breakpoint.name }}
+ {% if breakpoint.id == 'mobile' %} + Up to {{ breakpoint.to }}px + {% elsif breakpoint.id == 'fullhd' %} + {{ breakpoint.from }}px and above + {% else %} + Between {{ breakpoint.from }}px and {{ breakpoint.to }}px + {% endif %} +
+

mobile

+
+

-

+
+

-

+
+

tablet

+
+

-

+
+

desktop

+
+

-

+
+

widescreen

+
+

-

+
+

fullhd

+
+

-

+
+

tablet-only

+
+

-

+
+

-

+
+

desktop-only

+
+

-

+
+

-

+
+

widescreen-only

+
+

-

+
+

touch

+
+

-

+
+

until-widescreen

+
+

-

+
+

until-fullhd

+
+

-

+
+
{% assign vernum = site.data.meta.version | downcase | remove: "." | plus: 0 %}