Browse Source

Fix minimum width

pull/4/head
falkTX 9 years ago
parent
commit
0d3cd06d75
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      News/themes/stardust/layouts/default.twig
  2. +1
    -1
      includes/header.php

+ 1
- 1
News/themes/stardust/layouts/default.twig View File

@@ -65,7 +65,7 @@ ${ trigger.call("head") }

</script>
</head>
<body class="mediawiki ltr ns-0 ns-subject skin-bentofluid" style="min-width:1080px" onClick="return bodyClicked();">
<body class="mediawiki ltr ns-0 ns-subject skin-bentofluid" style="min-width:1125px" onClick="return bodyClicked();">
<!-- Software sub menu -->
<div id="div_menuSoftware" class="div_menuDropdown">
<p><a href="/Applications"><img src="/images/ico_cadence.png" alt=""/> &nbsp; Applications</a></p>


+ 1
- 1
includes/header.php View File

@@ -161,7 +161,7 @@ if ($PAGE_TYPE != "PASTE" && $PAGE_TYPE != "DONATIONS" && $PAGE_TYPE != "NAMESPA
<?php } ?>
</head>

<body class="mediawiki ltr ns-0 ns-subject skin-bentofluid" style="min-width:1080px" onClick="return bodyClicked();">
<body class="mediawiki ltr ns-0 ns-subject skin-bentofluid" style="min-width:1125px" onClick="return bodyClicked();">
<!-- Software sub menu -->
<div id="div_menuSoftware" class="div_menuDropdown">
<p><a href="<?php echo $ROOT; ?>/Applications"><img src="<?php echo $ROOT; ?>/images/ico_cadence.png" alt=""/> &nbsp; Applications</a></p>


Loading…
Cancel
Save