Each grid is divided into 16 columns, so a grid inside another grid column sub-divides that column into sixteen more columns.
-
This means, an eight wide column
in grid located inside a two wide column
, is the same width as a one wide column
on the outer grid.
+
This means, an eight wide column
in a nested grid located inside a two wide column
, is the same width as a one wide column
on the outer grid.
diff --git a/server/documents/elements/button.html.eco b/server/documents/elements/button.html.eco
index 2c7dbf34c..2faf905c7 100755
--- a/server/documents/elements/button.html.eco
+++ b/server/documents/elements/button.html.eco
@@ -22,7 +22,7 @@ themes : ['Default', 'Classic', 'Basic', 'Raised', 'Chubby', 'Round', 'Amaz
A standard button
-
@@ -224,7 +224,10 @@ themes : ['Default', 'Classic', 'Basic', 'Raised', 'Chubby', 'Round', 'Amaz
A button can show a loading indicator
-
Loading Button
+
Loading
+
Loading
+
Loading
+
Loading
diff --git a/server/files/javascript/api.js b/server/files/javascript/api.js
index b6c26cc5e..884469dde 100755
--- a/server/files/javascript/api.js
+++ b/server/files/javascript/api.js
@@ -24,7 +24,7 @@ semantic.api.ready = function() {
;
server.autoRespond = true;
- server.autoRespondAfter = 300;
+ server.autoRespondAfter = 600;
server
.respondWith(/\/follow\/(\d+)/, [responseCode, headers, body])
diff --git a/server/files/stylesheets/semantic.css b/server/files/stylesheets/semantic.css
index 47a48602d..675c3c96c 100755
--- a/server/files/stylesheets/semantic.css
+++ b/server/files/stylesheets/semantic.css
@@ -680,11 +680,9 @@ body#example.hide {
#example .intro .example > h4 ~ p,
#example .intro .example > h4 ~ .ignored {
margin: 1em 0em !important;
- font-size: 14px;
}
-#example .intro .example p {
- font-size: 15px;
+#example .intro .example > p {
color: rgba(0, 0, 0, 0.8);
}