Reworked news page

This commit is contained in:
Kylart 2017-10-16 02:14:06 +02:00
parent eafb4dbf96
commit dbade9a4d2
1 changed files with 8 additions and 14 deletions

View File

@ -26,25 +26,19 @@
} }
</script> </script>
<style scoped> <style lang="stylus" scoped>
/* ----- Refresh button ----- */ /* ----- Refresh button ----- */
.refresh-button-container .refresh-button-container
{ display inline-block
display: inline-block; text-align right
text-align: right; margin-top 5px
margin-top: 5px; margin-bottom 2px
margin-bottom: 2px; padding-right 3%
padding-right: 3%;
}
.refresh-button .refresh-button
{ display inline-block
display: inline-block;
}
/* ---------- ELEM ---------- */ /* ---------- ELEM ---------- */
.news-container .news-container
{ padding 0 0 1% 1%
padding: 0 0 1% 1%;
}
</style> </style>