From 89718fe4d0c384d9e11eb8a08511e950103462e9 Mon Sep 17 00:00:00 2001 From: danroth27 Date: Fri, 12 Jun 2015 11:52:09 -0700 Subject: [PATCH] Remove unneeded layout --- aspnet/_templates/layout.html | 5 ----- common/_static/custom.css | 12 ------------ 2 files changed, 17 deletions(-) delete mode 100644 aspnet/_templates/layout.html diff --git a/aspnet/_templates/layout.html b/aspnet/_templates/layout.html deleted file mode 100644 index 52149468a4..0000000000 --- a/aspnet/_templates/layout.html +++ /dev/null @@ -1,5 +0,0 @@ -{# layout.html #} -{# Import the theme's layout. #} -{% extends "!layout.html" %} - -{% set css_files = css_files + ['_static/custom.css'] %} \ No newline at end of file diff --git a/common/_static/custom.css b/common/_static/custom.css index 2a267cd57e..b52741af86 100644 --- a/common/_static/custom.css +++ b/common/_static/custom.css @@ -1,15 +1,3 @@ -div.author { - min-height:150px; -} -div.photo { - width: 125px; - float: left; - padding: 5px; -} -div.bio { - margin-left:10px; -} - code.std-keyword { background-color: #EEEEEE; color: black;