diff --git a/plusfuture/css/style.css b/plusfuture/css/style.css index 354c014..a10f2f5 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1142,7 +1142,7 @@ img.mail-conv-sender-photo { height: $top_photo; border: none; border-radius: 50px; - box-shadow: $shadowpx $shadowpx $shadowpx 0 #444444; + filter: drop-shadow(2px 2px 2px rgba(75, 75, 75, 0.635)); } .comment .wall-item-photo { @@ -1794,3 +1794,9 @@ dl.bb-dl > dd > li { .hover-fx-show:hover .hover-fx-hide { opacity: 1; } + + +/*testarea*/ +.wall-item-outside-wrapper > .div > .div > .div > a { + font-size: 1.3rem; +} \ No newline at end of file