update v1.0.4

This commit is contained in:
sujitprasad
2016-01-04 18:05:45 +05:30
parent 372485336b
commit 4864e5a3f1
529 changed files with 20956 additions and 8178 deletions

View File

@@ -3558,4 +3558,39 @@ Gradient Background colors
filter: alpha(opacity=100);
}
blockquote{
padding:10px 20px;
}
.error-message-padding{
margin-left:20px;
}
.settingdivblue:hover {
border: 5px double #3C8DBC;
}
.settingdivblue a:hover {
/* color: #61C5FF;*/
/* background-color: darkgrey;*/
}
.settingdivblue a {
color: #3A83AD;
}
.settingiconblue p {
text-align: center;
font-size: 17px;
word-wrap: break-word;
font-variant: small-caps;
font-weight: bold;
line-height: 30px;
}
.settingdivblue {
width: 70px;
height: 70px;
margin: 0 auto;
text-align: center;
border: 5px solid #C4D8E4;
border-radius: 100%;
padding-top: 5px;
}

View File

@@ -3509,3 +3509,11 @@ Gradient Background colors
}
blockquote {
padding: 10px 20px;
margin: 0 0 20px;
font-size: 13px;
border-left: 5px solid #AFAFAF;
background-color:#EEEEEE;
border-radius:3px;
}

File diff suppressed because one or more lines are too long