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 {
|
body {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding-bottom: 3em;
|
padding-bottom: 3em;
|
||||||
/*position: relative;*/
|
|
||||||
width: 960px;
|
width: 960px;
|
||||||
font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
|
font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
|
@ -1122,7 +1121,7 @@ profile-jot-banner-wrapper {
|
||||||
.wall-item-outside-wrapper {
|
.wall-item-outside-wrapper {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
border-bottom: 1px solid #dedede;
|
border-bottom: 1px solid #dedede;
|
||||||
margin-top: 20px;
|
/*margin-top: 20px;*/
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
padding-left: 12px;
|
padding-left: 12px;
|
||||||
|
@ -1458,13 +1457,18 @@ profile-jot-banner-wrapper {
|
||||||
margin-left: 60px;
|
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,
|
.collapsed-comments,
|
||||||
.hide-comments-outer,
|
.hide-comments-outer,
|
||||||
.wall-item-outside-wrapper.comment {
|
.wall-item-outside-wrapper.comment {
|
||||||
margin-left: 30px;
|
margin-left: 30px;
|
||||||
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wall-item-outside-wrapper.comment .wall-item-photo {
|
.wall-item-outside-wrapper.comment .wall-item-photo {
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/*
|
/*
|
||||||
* Name: Smoothly
|
* Name: Smoothly
|
||||||
* Description: Like coffee with milk. Theme works fine with iPad[2].
|
* 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>
|
* Author: Alex <https://friendica.pixelbits.de/profile/alex>
|
||||||
* Maintainer: Alex <https://friendica.pixelbits.de/profile/alex>
|
* Maintainer: Alex <https://friendica.pixelbits.de/profile/alex>
|
||||||
* Screenshot: <a href="screenshot.png">Screenshot</a>
|
* Screenshot: <a href="screenshot.png">Screenshot</a>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user