updated wall-spacer and color of preview (#5357)

* Update wall_thread.tpl

named an unnamed style definition to can address it via css

* Update style.css

Added div wall-spacer definition

* Update wall_thread.tpl

removed wall-spacer definition. moved to main css

* Update style.css

* Update wall_thread.tpl

* Update plusminus.css

wall-spacer and color of preview changed

* Update plusminus.css

* spaces

spaces

* Update style.css

* Update style.css

removed tabs and spaces
This commit is contained in:
hoergen 2018-07-11 20:33:44 +02:00 committed by Hypolite Petovan
parent dd00a943f2
commit 47582cd5ee
2 changed files with 6 additions and 1 deletions

View File

@ -1668,7 +1668,7 @@ section #jotOpen {
/* Space between content and head */
.wall-spacer {
height: 10px;
height: 10px;
}
/* wall items content */

View File

@ -96,4 +96,9 @@ aside .widget, .form-control, .panel, .nav-container, .wall-item-content, .e-con
margin-bottom: 0px;
border:0px;
padding:0px;
color:black;
}
.wall-spacer {
height: 0px;
}