diff --git a/djangoshaker/static/desktop/layout.css b/djangoshaker/static/desktop/layout.css deleted file mode 100644 --- a/djangoshaker/static/desktop/layout.css +++ /dev/null @@ -1,37 +0,0 @@ -html { - width: 80%; - margin: 0 10% 0 10%; -} - -body { - margin:0; -} - -#header { - padding-left: 10px; - padding-right: 10px; - margin: 0; -} - -#content { - width: 70%; - float: left; - padding: 0; -} - -.title_section { - padding: 5px 10px 5px 10px; -} - -#left_sidebar_wrapper { - width: 20%; - float: right; -} - -.title_section { - margin-top: 0; -} - -.text_long { - padding: 0px 10px; -} \ No newline at end of file