From 756236dfc39d02e7232c6a87c41a10b07f818f78 Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Thu, 30 May 2013 02:32:08 -0400 Subject: [PATCH] why am i working on this all night --- node/src/documents/index.html | 39 +++++++++++++------------ node/src/files/stylesheets/semantic.css | 10 +++++++ node/src/layouts/default.html.eco | 2 ++ 3 files changed, 32 insertions(+), 19 deletions(-) diff --git a/node/src/documents/index.html b/node/src/documents/index.html index 3daf4a57f..75b90b26b 100755 --- a/node/src/documents/index.html +++ b/node/src/documents/index.html @@ -6,47 +6,48 @@ type : 'Semantic' ---
-
-

Semantic UI

-

UI is the DNA of the web.

-

Semantic empowers designers and developers by creating a shared vocabulary for user interfaces.

- - Download - Try it out - +
+
+

Semantic UI

+

UI is the DNA of the web.

+

Semantic empowers designers and developers by creating a shared vocabulary for user interfaces.

+ Download + View UI +
-
+
-

- +

+ Code Like You Think

-

Semantic creates a re-usable vocabulary for user interface. Semantic lets designing pages be as easy as describing them.

+

Designing pages be as easy as describing them. +
Semantic creates a re-usable vocabulary for user interface. Semantic lets

Expert Tools

-

Not happy with off the shelf plugins? Semantic modules are written to be easy to read and extensible. Every plugin provides out of the box debug tools so you can monitor performance without breakpoints.

+

Not happy with off the shelf plugins?
Semantic modules are written to be easy to read and extensible. Every plugin provides out of the box debug tools so you can monitor performance without breakpoints.

-
+
-
+
HTML
Sometimes it is easier to just see the code

This code example shows the code powering the code example.

-
+
-
+
HTML
Sometimes it is easier to just see the code
@@ -56,7 +57,7 @@ type : 'Semantic'
-
+
Javascript
Not everything is static
@@ -69,7 +70,7 @@ type : 'Semantic'
-
+
Javascript
Not everything is static
diff --git a/node/src/files/stylesheets/semantic.css b/node/src/files/stylesheets/semantic.css index e70fbe83f..9f81dda22 100755 --- a/node/src/files/stylesheets/semantic.css +++ b/node/src/files/stylesheets/semantic.css @@ -314,6 +314,10 @@ a:hover { border-bottom: none; } #example .masthead .labeled.button { + position: relative; + left: 0px; + top: 0px; + width: auto !important; margin-right: 1em; } #example .masthead h1 { @@ -949,6 +953,12 @@ a:hover { display: none; } + +#example.index .grid .column { + padding-left: 3%; + padding-right: 3%; +} + @media only screen and (max-width : 1725px) { #example .container { width: auto; diff --git a/node/src/layouts/default.html.eco b/node/src/layouts/default.html.eco index b355c1cd2..d4cfe951a 100755 --- a/node/src/layouts/default.html.eco +++ b/node/src/layouts/default.html.eco @@ -179,10 +179,12 @@
+ <% if @document.title isnt 'Introduction': %> + <% end %> <%- @content %>