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;