modified: view/theme/smoothly/style.css
modified: view/theme/smoothly/theme.php
This commit is contained in:
parent
7b9721f052
commit
85c0260f33
|
@ -20,7 +20,6 @@ Orange - #fec01d
|
|||
body {
|
||||
margin: 0 auto;
|
||||
padding-bottom: 3em;
|
||||
/*position: relative;*/
|
||||
width: 960px;
|
||||
font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
|
||||
font-size: 15px;
|
||||
|
@ -1122,7 +1121,7 @@ profile-jot-banner-wrapper {
|
|||
.wall-item-outside-wrapper {
|
||||
max-width: 100%;
|
||||
border-bottom: 1px solid #dedede;
|
||||
margin-top: 20px;
|
||||
/*margin-top: 20px;*/
|
||||
margin-bottom: 20px;
|
||||
padding-right: 10px;
|
||||
padding-left: 12px;
|
||||
|
@ -1458,13 +1457,18 @@ profile-jot-banner-wrapper {
|
|||
margin-left: 60px;
|
||||
}
|
||||
|
||||
.tread-wrapper {
|
||||
.tread-wrapper {
|
||||
border: 0px solid #CDCDCD;
|
||||
border-radius: 5px 5px 5px 5px;
|
||||
margin-bottom: 20px;
|
||||
background-color: #E2E2E2;
|
||||
}
|
||||
|
||||
.collapsed-comments,
|
||||
.hide-comments-outer,
|
||||
.wall-item-outside-wrapper.comment {
|
||||
margin-left: 30px;
|
||||
margin-left: 30px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.wall-item-outside-wrapper.comment .wall-item-photo {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
/*
|
||||
* Name: Smoothly
|
||||
* Description: Like coffee with milk. Theme works fine with iPad[2].
|
||||
* Version: Version 0.9.20-2
|
||||
* Version: Version 0.9.20-3
|
||||
* Author: Alex <https://friendica.pixelbits.de/profile/alex>
|
||||
* Maintainer: Alex <https://friendica.pixelbits.de/profile/alex>
|
||||
* Screenshot: <a href="screenshot.png">Screenshot</a>
|
||||
|
|
Loading…
Reference in a new issue