just change order of few element
This commit is contained in:
parent
e4501035c3
commit
b28f3129ef
1 changed files with 27 additions and 8 deletions
35
inc/user.css
35
inc/user.css
|
@ -1,11 +1,3 @@
|
|||
.thumbnail {
|
||||
float: left;
|
||||
margin: 0;
|
||||
padding: 0.1em;
|
||||
min-height: 96px;
|
||||
min-width: 120px;
|
||||
}
|
||||
|
||||
html {
|
||||
background: -moz-linear-gradient(center top , #434343, #cdcdcd) no-repeat scroll 0 0 transparent;
|
||||
}
|
||||
|
@ -14,6 +6,33 @@ body {
|
|||
background-color: inherit;
|
||||
}
|
||||
|
||||
a {
|
||||
-moz-transition: all 100ms ease-in-out;
|
||||
-ms-transition: all 100ms ease-in-out;
|
||||
-o-transition: all 100ms ease-in-out;
|
||||
-webkit-transition: all 100ms ease-in-out;
|
||||
transition: all 100ms ease-in-out;
|
||||
color: #E28E3F;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #F57900
|
||||
}
|
||||
|
||||
pre code {
|
||||
border-radius: 3px;
|
||||
overflow-x: auto;
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
.thumbnail {
|
||||
float: left;
|
||||
margin: 0;
|
||||
padding: 0.1em;
|
||||
min-height: 96px;
|
||||
min-width: 120px;
|
||||
}
|
||||
|
||||
.thumbnail img {
|
||||
border-radius: 0.3em;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue