Bläddra i källkod

Allow for stylesheets to have optional "additions"

undefined
spaghetti 7 år sedan
committed by Tomochin
förälder
incheckning
90998c2597
2 ändrade filer med 6 tillägg och 2 borttagningar
  1. +6
    -1
      design/privateheader.php
  2. +0
    -1
      static/styles/global.css

+ 6
- 1
design/privateheader.php Visa fil

@@ -131,7 +131,12 @@ if ($NotificationsManager->is_skipped(NotificationsManager::SUBSCRIPTIONS)) {
}
?>
</head>
<body id="<?=$Document == 'collages' ? 'collage' : $Document?>">
<?
if (!empty(G::$LoggedUser['StyleAdditions'])) {
$BodyStyles = 'style_'.implode(' style_', G::$LoggedUser['StyleAdditions']);
}
?>
<body id="<?=$Document == 'collages' ? 'collage' : $Document?>" class="<?=($BodyStyles??'')?>">
<div id="wrapper">
<h1 class="hidden"><?=SITE_NAME?></h1>
<div id="header">


+ 0
- 1
static/styles/global.css Visa fil

@@ -512,7 +512,6 @@ tr.torrent .bookmark>a:after {
}
/* Stylesheet gallery in user profile editing */
#css_gallery {
display: none;
overflow: hidden;
margin-top: 10px;
}


Laddar…
Avbryt
Spara