Skip to content

Commit 0741187

Browse files
committed
Border above post title in topic responsive view
1 parent 9ba9d79 commit 0741187

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

we_clearblue/theme/we_clearblue.css

+5-7
Original file line numberDiff line numberDiff line change
@@ -849,7 +849,7 @@ table.table1 {
849849
}
850850

851851
table.table1 td {
852-
color: #525252;
852+
color: #536482;
853853
}
854854

855855
/* Recent searches tables */
@@ -1503,16 +1503,14 @@ a.postlink:hover {
15031503

15041504
/* Post message */
15051505
.post .postbody {
1506+
padding-top: 0;
15061507
border-top-right-radius: 0;
15071508
border-bottom-left-radius: 7px;
15081509
}
15091510

1510-
/* Post message left triangle */
1511-
.post .postbody::before {
1512-
right: 25px;
1513-
margin-top: -34px;
1514-
margin-left: 0;
1515-
border-width: 0 14px 16px 14px;
1511+
.postbody h3 {
1512+
padding-top: 10px !important;
1513+
border-top: 1px dotted #b7c9d7;
15161514
}
15171515
}
15181516

0 commit comments

Comments
 (0)