25 lines
363 B
CSS
25 lines
363 B
CSS
|
@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);
|
||
|
|
||
|
* {
|
||
|
font-family: Raleway, sans-serif;
|
||
|
}
|
||
|
|
||
|
.album-index img {
|
||
|
max-width: 100%;
|
||
|
}
|
||
|
|
||
|
.form-actions {
|
||
|
text-align: right;
|
||
|
}
|
||
|
|
||
|
.navbar .avatar {
|
||
|
left: -28px;
|
||
|
position: absolute;
|
||
|
top: 9px;
|
||
|
}
|
||
|
|
||
|
.tab-content {
|
||
|
border: solid 1px #ddd;
|
||
|
border-top: 0;
|
||
|
padding: 10px;
|
||
|
}
|