From dc02f29a9d40aec65a17d8fcbfa6d966fd84f075 Mon Sep 17 00:00:00 2001 From: Matthew Wall Date: Thu, 13 Nov 2014 17:01:34 +0000 Subject: [PATCH] revert fixed toc width since it messes up content when resizing windows --- docs/css/weewx_docs.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/css/weewx_docs.css b/docs/css/weewx_docs.css index d3992a4e..dbf01bd4 100644 --- a/docs/css/weewx_docs.css +++ b/docs/css/weewx_docs.css @@ -241,8 +241,8 @@ table .first_row { } #technical_content{ - position: relative; - left: 220px; + float: right; + width: 82%; } /* @@ -280,7 +280,7 @@ div .ui-widget-header { /* Overrides for tocify Table-of-Contents */ .tocify { - width: 200px; + width: 15%; margin-left: 5px; padding-left: 5px; border: 0;