diff --git a/.DS_Store b/.DS_Store index a630216fad..b9a4099392 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/marketing.html b/marketing.html index a897145379..0a30783e38 100644 --- a/marketing.html +++ b/marketing.html @@ -5,6 +5,9 @@ + diff --git a/sass/_index.scss b/sass/_index.scss index 784d9eecef..f1dd89392f 100644 --- a/sass/_index.scss +++ b/sass/_index.scss @@ -358,7 +358,7 @@ section.index-content { &.requirements { clear: both; - width: auto; + width: 100%; border-top: 1px solid #E5E5E5; padding-top: lh(); margin-bottom: 0; diff --git a/sass/_wiki-create.scss b/sass/_wiki-create.scss index d37d739dcc..e4aad2d4ba 100644 --- a/sass/_wiki-create.scss +++ b/sass/_wiki-create.scss @@ -27,6 +27,7 @@ form#wiki_revision { color: #999; float: right; text-decoration: underline; + font-weight: normal; } input[type="submit"] { @@ -37,18 +38,25 @@ form#wiki_revision { #wiki_edit_instructions { float: left; width: flex-grid(3, 9); + margin-top: lh(); + color: #666; + + &:hover { + color: #333; + } .markdown-example { - background-color: $light-gray; - padding-top: 5px; - padding-right: 2px; - padding-bottom: 5px; - padding-left: 5px; - - margin-top: 5px; - margin-bottom: 7px; - margin-left: 5px; - + background-color: #e3e3e3; + text-shadow: 0 1px 0 #fff; + + padding: { + top: 5px; + right: 2px; + bottom: 5px; + left: 5px; + } + + margin: 5px 0 7px; line-height: 1.0; } } diff --git a/sass/marketing-ie.scss b/sass/marketing-ie.scss new file mode 100644 index 0000000000..0d1562a88a --- /dev/null +++ b/sass/marketing-ie.scss @@ -0,0 +1,9 @@ +body { + margin: 0; + padding: 0; +} + +.wrapper, .subpage, section.copyright, section.tos, section.privacy-policy, section.honor-code, header.announcement div, section.index-content, footer { + margin: 0; + overflow: hidden; +} diff --git a/simplewiki_edit.html b/simplewiki_edit.html index fc5f63d970..7ead7f4abc 100644 --- a/simplewiki_edit.html +++ b/simplewiki_edit.html @@ -12,7 +12,7 @@ ${ wiki_article.title } ${wiki_form} - +