modified: view/theme/smoothly/style.css
modified: view/theme/smoothly/theme.php
This commit is contained in:
parent
5ac6e82e7d
commit
8c8d3913cc
|
@ -639,6 +639,12 @@ aside h4 {
|
||||||
font-size: 1.3em;
|
font-size: 1.3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.vcard {
|
||||||
|
width: 205px;
|
||||||
|
padding-bottom: 10px;
|
||||||
|
/*border-bottom-style: dotted;*/
|
||||||
|
}
|
||||||
|
|
||||||
.vcard .title {
|
.vcard .title {
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
}
|
}
|
||||||
|
@ -1061,11 +1067,13 @@ ul .sidebar-group-li .icon {
|
||||||
.contact-block-h4,
|
.contact-block-h4,
|
||||||
.contact-block-content {
|
.contact-block-content {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
font-size: 1.2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#contact-block,
|
#contact-block,
|
||||||
#contact-block-end {
|
#contact-block-end {
|
||||||
clear: both;
|
clear: both;
|
||||||
|
padding-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ======= */
|
/* ======= */
|
||||||
|
@ -4426,6 +4434,7 @@ hr.line-dots {
|
||||||
float: left;
|
float: left;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
display: block;
|
display: block;
|
||||||
|
line-height: 0.6em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.adr,
|
.adr,
|
||||||
|
@ -4435,6 +4444,8 @@ hr.line-dots {
|
||||||
float: left;
|
float: left;
|
||||||
display: block;
|
display: block;
|
||||||
margin-left: 8px;
|
margin-left: 8px;
|
||||||
|
line-height: 1em;
|
||||||
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
#birthday-notice {}
|
#birthday-notice {}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/*
|
/*
|
||||||
* Name: Smoothly
|
* Name: Smoothly
|
||||||
* Description: Like coffee with milk. Theme optimized for iPad[2].
|
* Description: Like coffee with milk. Theme optimized for iPad[2].
|
||||||
* Version: Version 2013-05-07
|
* Version: Version 2013-05-07.2
|
||||||
* Author: Anne Walk
|
* Author: Anne Walk
|
||||||
* Author: Devlon Duthied
|
* Author: Devlon Duthied
|
||||||
* Maintainer: Alex <https://friendica.pixelbits.de/profile/alex>
|
* Maintainer: Alex <https://friendica.pixelbits.de/profile/alex>
|
||||||
|
|
Loading…
Reference in a new issue