35 lines
503 B
CSS
Vendored
35 lines
503 B
CSS
Vendored
@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 {
|
|
border-radius: 20px;
|
|
margin-left: 5px;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.panel .progress {
|
|
margin-top: 20px;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.photo-metadata .metadata_name
|
|
{
|
|
font-weight: bold;
|
|
}
|
|
|
|
.tab-content {
|
|
border: solid 1px #ddd;
|
|
border-top: 0;
|
|
padding: 20px;
|
|
} |