Merge branch 'pull'

This commit is contained in:
friendica 2012-03-11 17:09:07 -07:00
commit 1401f763ec
2 changed files with 29 additions and 7 deletions

View File

@ -80,7 +80,7 @@ mark {
/* Redeclare monospace font family: h5bp.com/j */ /* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp, .wall-item-body code { pre, code, kbd, samp, .wall-item-body code {
font-family: monospace, monospace; font-family: monospace, monospace;
_font-family: 'courier new', monospace; _font-family: monospace;
font-size: 1em; } font-size: 1em; }
/* Improve readability of pre-formatted text in all browsers */ /* Improve readability of pre-formatted text in all browsers */
@ -667,8 +667,10 @@ aside #viewcontacts {
text-align: right; text-align: right;
} }
.aprofile dt { .aprofile dt {
box-shadow: 1px 1px 5px 0; background: #eec;
color: #666666; color: #2e2f2e;
font-weight: bold;
box-shadow: 1px 1px 5px 0 #000;
margin: 15px 0 5px; margin: 15px 0 5px;
padding-left: 5px; padding-left: 5px;
} }
@ -928,11 +930,16 @@ aside #viewcontacts {
display: none; display: none;
} }
#jot-preview-content { #jot-preview-content {
background-color: #ffffe0; background-color: #3e3f3e;
border: 1px #aaaa00 solid; color: #eec;
border: 1px #eec solid;
border-radius: 3px; border-radius: 3px;
padding: 3px 3px 6px 10px; padding: 3px 3px 6px 10px;
} }
#jot-preview-content .wall-item-outside-wrapper {
border: 0;
border-radius: 0px;
}
/** /**
@ -1284,6 +1291,7 @@ section {
border-style: solid; border-style: solid;
border-width: 1px 1px 1px 10px; border-width: 1px 1px 1px 10px;
background: #eee; background: #eee;
color: #2e2f2e;
width: 95%; width: 95%;
} }
@ -1653,8 +1661,9 @@ div[id$="wrapper"] br {
} }
.contact-photo-menu { .contact-photo-menu {
width: auto; width: auto;
border: 2px solid #444444; border: 2px solid #444;
background: #FFFFFF; background: #2e2f2e;
color: #eec;
position: absolute; position: absolute;
left: 0px; top: 90px; left: 0px; top: 90px;
display: none; display: none;
@ -2629,3 +2638,9 @@ footer {
display: inline-block; display: inline-block;
} }
@media handheld {
body {
font-size: 15pt;
}
}

View File

@ -2643,3 +2643,10 @@ footer {
display: inline-block; display: inline-block;
} }
@media handheld {
body {
font-size: 15pt;
}
}