Get rid of Internet Explorer for Mac fixes in Monobook's main.css.
[lhc/web/wiklou.git] / skins / monobook / main.css
index 6d37657..4326496 100644 (file)
@@ -660,59 +660,17 @@ td.htmlform-tip {
        font-weight: bold;
 }
 
-/*
-** IE/Mac fixes, hope to find a validating way to move this
-** to a separate stylesheet. This would work but doesn't validate:
-** @import("IEMacFixes.css");
-*/
-/* tabs: border on the a, not the div */
-* > html #p-cactions li {
-       border: none;
-}
-* > html #p-cactions li a {
-       border: 1px solid #aaa;
-       border-bottom: none;
-}
-* > html #p-cactions li.selected a {
-       border-color: #fabd23;
-}
-/* footer icons need a fixed width */
-* > html #f-poweredbyico,
-* > html #f-copyrightico {
-       width: 88px;
-}
-* > html #bodyContent,
-* > html #bodyContent pre {
-       overflow-x: auto;
-       width: 100%;
-       padding-bottom: 25px;
-}
-
-/* more IE fixes */
-/* float/negative margin brokenness */
-* html div#footer {
-       margin-top: 0;
-}
-* html div#column-content {
-       display: inline;
-       margin-bottom: 0;
-}
+/**
+ * This was originally added by Gabriel Wicke in r3681 (committed on 25 May 2004)
+ * with the commit message "tweaks to page history".
+ * Unlike the other IE/Mac fixes that used to be present here, this seems to get
+ * applied on more modern browsers, so let's keep it here until someone has the
+ * time to properly test it out.
+ */
 #pagehistory li.selected {
        position: relative;
 }
 
-/* Mac IE 5.0 fix; floated content turns invisible */
-* > html div#column-content {
-       float: none;
-}
-* > html div#column-one {
-       position: absolute;
-       left: 0;
-       top: 0;
-}
-* > html div#footer {
-       margin-left: 13.2em;
-}
 .redirectText {
        font-size: 150%;
        margin: 5px;