From a0e3b2b11ec40fed06fee5cf85caefa0a16482ba Mon Sep 17 00:00:00 2001 From: Mary Evans Date: Wed, 6 Feb 2013 00:08:19 +0000 Subject: [PATCH] MDL-37828 theme_base: Removed old CSS for popuphelp in style/core.css --- theme/base/style/core.css | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/theme/base/style/core.css b/theme/base/style/core.css index f9bf057c1aa..5092f45f6ff 100644 --- a/theme/base/style/core.css +++ b/theme/base/style/core.css @@ -364,19 +364,6 @@ input#id_externalurl {direction:ltr;} .mod_introbox {border:1px solid;padding:10px;} table.mod_index {width:100%;} -/** - * Help - */ -#help_icon_tooltip div.bd {width: 35em;} -#help hr {border: none;height: 1px;background: #ccc;} -#help .center {text-align: center;} -#help .moreinfo {text-align: right;} -#help .indent {margin-left: 40px;} -#help .indent-big {margin-left: 160px;margin-right: 160px;} -#help #emoticons{text-align: center;clear:both;width: 300px;margin-right: auto;margin-left:auto;} -#help #emoticons ul{list-style-type: none;} -#help #emoticons li{margin-bottom: 3px;width: 120px;border-left: 3px solid gray;padding-left: 7px;float: left;} - /** * Comments */