diff options
author | MaZderMind | 2015-03-02 16:38:50 +0100 |
---|---|---|
committer | MaZderMind | 2015-03-02 16:38:50 +0100 |
commit | 40c699e1a307919f65a52632ddf816a735dde8a0 (patch) | |
tree | ef0bde4da4ec047f20b8c1c5c4e4fd706a88e696 /assets | |
parent | 583092bff8d82cc5eacd9759f751bbc6e89974cf (diff) |
Relive
Diffstat (limited to '')
-rw-r--r-- | assets/css/_structure.less | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/assets/css/_structure.less b/assets/css/_structure.less index cd6d746..7fc59d8 100644 --- a/assets/css/_structure.less +++ b/assets/css/_structure.less @@ -68,6 +68,12 @@ body.overview { body.room { @import "_room.less"; } +body.relive { + @import "_relive.less"; +} +body.relive-player { + @import "_relive_player.less"; +} body.e404 { > .container { |