wide/static/css/about.css

43 lines
594 B
CSS
Raw Normal View History

2014-10-22 14:06:31 +04:00
#dialogAbout {
2014-10-23 14:13:07 +04:00
margin: 35px 100px 0 100px;
line-height: 20px;
}
#dialogAbout a {
color: #4183c4;
text-decoration: none;
}
#dialogAbout a:hover {
text-decoration: underline;
}
#startPage label {
color: #666;
}
#dialogAbout img {
width: 100px;
float: left;
margin-right: 60px;
}
#dialogAbout .space {
margin-bottom: 10px;
}
#dialogAbout .thx,
#dialogAbout .thx ul {
margin-left: 50px;
}
#dialogAbout .thx a {
width: 100px;
display: inline-block;
}
#dialogAbout .license {
color: #999;
font-size: 12px;
line-height: normal;
2014-10-22 14:06:31 +04:00
}