1
0
Fork 0

Beautifiying export of shared posts to other networks

This commit is contained in:
Michael Vogel 2014-01-18 21:32:14 +01:00
commit de4d0765cb
3 changed files with 195 additions and 13 deletions

View file

@ -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;
}