Remove unused CSS part in mobile framework

This commit is contained in:
Takuya Noguchi 2018-08-30 19:48:58 +02:00
parent 9c491bc628
commit 0045f897fa
2 changed files with 5 additions and 5 deletions

View File

@ -4,11 +4,6 @@
margin-top: 20px;
}
.container-fluid {
padding-left: 5px;
padding-right: 5px;
}
.nav-links > li > a {
padding: 10px;
font-size: 12px;

View File

@ -0,0 +1,5 @@
---
title: Remove unused CSS part in mobile framework
merge_request: 21439
author: Takuya Noguchi
type: other