improve less formating - part 1 (plugin modules)

- remove @author from comments
- adjust the spacing
This commit is contained in:
Jana Deutschländer 2019-04-10 16:00:53 +02:00
commit cbc7dfe5f0
20 changed files with 24 additions and 75 deletions

View file

@ -2,9 +2,7 @@
* This file provides styles for the tabinclude
*/
/* + + + + + plugin tabinclude + + + + + */
div#dwpl-ti-container {
li.dwpl-ti-tab {
box-shadow: none;
@ -40,7 +38,6 @@ div#dwpl-ti-container {
}
}
/* + + + content box + + + */
div.dwpl-ti-content-box {
position: relative;
@ -53,10 +50,8 @@ div#dwpl-ti-container {
}
}
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* media queries */
@media @screen_max-md {
div#dwpl-ti-container { }
}