diff --git a/css/main.scss b/css/main.scss index 991e44bf..bd0769a1 100755 --- a/css/main.scss +++ b/css/main.scss @@ -101,28 +101,30 @@ $on-laptop: 900px; .sidebar--nav { padding: $spacing-unit/2 $spacing-unit; + font-weight: bold; + //First Level Links > ul { margin: 0; > li { margin-bottom: $spacing-unit / 2; - - a { - - } - } + // Second Level Links ul { margin-left: $spacing-unit/2; + font-weight: normal; + font-size: 0.9em; li { - margin-top: $spacing-unit/2; + margin-top: $spacing-unit/4; } } + } + // Styles for both First and SecondLevel Links li { list-style: none; @@ -140,9 +142,19 @@ $on-laptop: 900px; .content { padding: $spacing-unit $spacing-unit $spacing-unit ($spacing-unit + $sidebar-width); - } +.btn { + color: $color-white; + display: inline-block; + background: $color-blue-5; + padding: $spacing-unit/4 $spacing-unit/2; + border-radius: 4px; +} + +.btn:visited { + color: $color-white; +} /*============================================================================ Index diff --git a/index.html b/index.html index 818b912c..45d5a2ac 100644 --- a/index.html +++ b/index.html @@ -13,19 +13,12 @@ layout: default
Liquid is an extraction from the e-commerce system Shopify. Shopify powers many thousands of e-commerce stores which all call for unique designs. For this we developed Liquid which allows our customers complete design freedom while maintaining the integrity of our servers. + Liquid is an extraction from the e-commerce system Shopify. Shopify powers many thousands of e-commerce stores which all call for unique designs. For this we developed Liquid which allows our customers complete design freedom while maintaining the integrity of our servers. + Liquid has been in production use since June 2006 and is now used by many other hosted web applications. -
Liquid has been in production use since June 2006 and is now used by many other hosted web applications.
+ It was developed for usage in Ruby on Rails web applications and integrates seamlessly as a plugin but it also works excellently as a stand alone library. -It was developed for usage in Ruby on Rails web applications and integrates seamlessly as a plugin but it also works excellently as a stand alone library.
- - - {% for post in site.posts %} -