diff --git a/README.md b/README.md index a47542a..2599dfb 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ see [Wikipedia](http://en.wikipedia.org/wiki/Markdown) ---- ## changelog +* 13-Jan-2015 re-design * 17-Feb-2013 re-design * 19-May-2011 launch diff --git a/css/style.css b/css/style.css index ff85da3..a3f6f8d 100644 --- a/css/style.css +++ b/css/style.css @@ -42,10 +42,12 @@ img { #header h1 { color: #fff; - padding-bottom: 10px; } ul#menu { + /*v2.*/ + display: none; + margin: 0; padding: 0; list-style: none; @@ -111,9 +113,13 @@ ul#menu a.active li { #content .mode { border: 1px solid #ddd; border-radius: 3px; + width: 465px; + display: inline-block; + vertical-align: top; } #content .mode ul.submenu { + display: none; list-style: none; margin: 0; padding: 5px; @@ -140,7 +146,7 @@ ul#menu a.active li { } #preview { - display: none; + margin-left: 20px; } diff --git a/index.html b/index.html index 238f8b3..b128f91 100644 --- a/index.html +++ b/index.html @@ -69,7 +69,7 @@
  • - +