Compare commits

..

No commits in common. "5ec34267cc69258acc7fb63758ccc1304acb319d" and "3f5849c2a97cb92cfb2723cee497deff317fdc2a" have entirely different histories.

2 changed files with 3 additions and 4 deletions

View file

@ -5,8 +5,8 @@
{if $theme !== NULL} {if $theme !== NULL}
{if $theme->inheritDefault()} {if $theme->inheritDefault()}
{css "css/main.css"}
{css "css/bsdn.css"} {css "css/bsdn.css"}
{css "css/style.css"}
{css "css/dialog.css"} {css "css/dialog.css"}
{css "css/notifications.css"} {css "css/notifications.css"}
@ -21,8 +21,8 @@
<link rel="stylesheet" href="/themepack/{$theme->getId()}/{$theme->getVersion()}/resource/xmas.css" /> <link rel="stylesheet" href="/themepack/{$theme->getId()}/{$theme->getVersion()}/resource/xmas.css" />
{/if} {/if}
{else} {else}
{css "css/main.css"}
{css "css/bsdn.css"} {css "css/bsdn.css"}
{css "css/style.css"}
{css "css/dialog.css"} {css "css/dialog.css"}
{css "css/notifications.css"} {css "css/notifications.css"}
@ -43,8 +43,8 @@
{css "css/microblog.css"} {css "css/microblog.css"}
{/if} {/if}
{else} {else}
{css "css/main.css"}
{css "css/bsdn.css"} {css "css/bsdn.css"}
{css "css/style.css"}
{css "css/dialog.css"} {css "css/dialog.css"}
{css "css/nsfw-posts.css"} {css "css/nsfw-posts.css"}
{css "css/notifications.css"} {css "css/notifications.css"}

View file

@ -2086,7 +2086,6 @@ table td[width="120"] {
height: 40px; height: 40px;
background: linear-gradient(#fff, #eee); background: linear-gradient(#fff, #eee);
box-shadow: inset 0px 1px 0px #bbb, inset 0px 2px 0px #ddd; box-shadow: inset 0px 1px 0px #bbb, inset 0px 2px 0px #ddd;
z-index: 2048;
} }
.cookies-popup .contanier { .cookies-popup .contanier {