Beautifiying export of shared posts to other networks
This commit is contained in:
parent
62d79a1a5c
commit
de4d0765cb
3 changed files with 195 additions and 13 deletions
|
@ -1127,6 +1127,18 @@ border-bottom: 1px solid #D2D2D2;
|
|||
display: table;
|
||||
width: 745px;
|
||||
}
|
||||
|
||||
.wall-item-content hr {
|
||||
background: none repeat scroll 0% 0% rgb(221, 221, 221);
|
||||
color: rgb(221, 221, 221);
|
||||
clear: both;
|
||||
float: none;
|
||||
width: 100%;
|
||||
height: 0.1em;
|
||||
/* margin: 0px 0px 1.45em; */
|
||||
border: medium none;
|
||||
}
|
||||
|
||||
.wall-item-container .wall-item-item, .wall-item-container .wall-item-bottom {
|
||||
display: table-row;
|
||||
}
|
||||
|
@ -2135,7 +2147,8 @@ blockquote {
|
|||
}
|
||||
|
||||
.oembed {
|
||||
font-size: large;
|
||||
/* font-size: large; */
|
||||
font-size: larger;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue