diff options
author | friendica <info@friendica.com> | 2012-01-28 13:24:53 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-01-28 13:24:53 -0800 |
commit | 955d2b6d83f4f29c3903e73396e3949c61f7a085 (patch) | |
tree | ab8ed63749c77ec5317b5f71b288d6040248d3d4 | |
parent | d54042dd3898c5f4f0bc67df576484c6d25c86b2 (diff) | |
parent | a5974d1981d8858965d28e20d653530fc95427f8 (diff) | |
download | volse-hubzilla-955d2b6d83f4f29c3903e73396e3949c61f7a085.tar.gz volse-hubzilla-955d2b6d83f4f29c3903e73396e3949c61f7a085.tar.bz2 volse-hubzilla-955d2b6d83f4f29c3903e73396e3949c61f7a085.zip |
Merge branch 'pull'
-rwxr-xr-x | view/theme/quattro/quattro.less | 6 | ||||
-rwxr-xr-x | view/theme/quattro/style.css | 4 |
2 files changed, 9 insertions, 1 deletions
diff --git a/view/theme/quattro/quattro.less b/view/theme/quattro/quattro.less index db31fc25e..8fcf7f817 100755 --- a/view/theme/quattro/quattro.less +++ b/view/theme/quattro/quattro.less @@ -543,7 +543,6 @@ section { } .contact-name { text-align: center; font-weight: bold; } .contact-details { color: @Grey3;} - /* editor */ .jothidden { display: none; } #jot { @@ -906,3 +905,8 @@ ul.tabs { /* page footer */ footer { height: 100px; display: table-row; } + +.pager { + margin-top: 25px; + clear: both; +} diff --git a/view/theme/quattro/style.css b/view/theme/quattro/style.css index dbfc8cdda..3f90f8915 100755 --- a/view/theme/quattro/style.css +++ b/view/theme/quattro/style.css @@ -1265,3 +1265,7 @@ footer { height: 100px; display: table-row; } +.pager { + margin-top: 25px; + clear: both; +} |