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:
parent
dd00a943f2
commit
47582cd5ee
2 changed files with 6 additions and 1 deletions
|
@ -1668,7 +1668,7 @@ section #jotOpen {
|
||||||
|
|
||||||
/* Space between content and head */
|
/* Space between content and head */
|
||||||
.wall-spacer {
|
.wall-spacer {
|
||||||
height: 10px;
|
height: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* wall items content */
|
/* wall items content */
|
||||||
|
|
|
@ -96,4 +96,9 @@ aside .widget, .form-control, .panel, .nav-container, .wall-item-content, .e-con
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
border:0px;
|
border:0px;
|
||||||
padding:0px;
|
padding:0px;
|
||||||
|
color:black;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wall-spacer {
|
||||||
|
height: 0px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue