mirror of
https://github.com/jimeh/jimeh.me-v3.0.git
synced 2026-02-19 05:46:40 +00:00
updated about pay styling
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
/* @override http://new.jimeh.meh/stylesheets/master.css */
|
||||
|
||||
/* @group @font-face */
|
||||
|
||||
@@ -486,38 +485,26 @@ blockquote {
|
||||
|
||||
#about {
|
||||
width: 454px;
|
||||
height: 210px;
|
||||
height: 170px;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
margin-top: -105px;
|
||||
margin-top: -150px;
|
||||
margin-left: -228px;
|
||||
}
|
||||
#about .info {
|
||||
|
||||
color: #bbb;
|
||||
margin: 0px auto;
|
||||
/*width: 100%;*/
|
||||
}
|
||||
|
||||
/* @group #about dl */
|
||||
|
||||
#about dl {
|
||||
|
||||
}
|
||||
#about dl dt {
|
||||
color: #bbb;
|
||||
float: left;
|
||||
margin-right: 5px;
|
||||
width: 50px;
|
||||
#about .info .label {
|
||||
text-align: right;
|
||||
padding-right: 5px;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
#about dl dt a {
|
||||
color: #bbb;
|
||||
}
|
||||
#about dl dd {
|
||||
color: #bbb;
|
||||
margin-left: 55px;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
#about .info .label a {
|
||||
color: #bbb;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user