galleria - minor changes

This commit is contained in:
Simon
2012-11-14 00:31:04 +01:00
parent 35ba0dfc82
commit ad74c09560
2 changed files with 8 additions and 18 deletions

View File

@@ -23,7 +23,7 @@ a:hover {
color: #dadada;
}
#container {
.container {
margin: 0 auto;
text-align: left;
width: 960px;
@@ -90,22 +90,13 @@ header h1 a:hover {
font-weight: bold;
}
#description {
font-size: 1.2em;
margin: 0 1.5em 2em;
padding: 1em 2em;
background: #282828;
background: rgba(0, 0, 0, 0.15);
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
}
#description {}
#gallery {
line-height: 0;
margin: 0 0 40px -10px;
width: 980px;
height: 600px;
line-height: 0;
margin: 0 0 40px -10px;
width: 980px;
height: 600px;
}
footer {

View File

@@ -7,8 +7,7 @@
<title>{{ title }}</title>
<meta name="description" content="">
<meta name="author" content="{{ author }}">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Molengo">
<link rel="stylesheet" href="{{ theme.path }}/css/style.css?v=2">
@@ -18,7 +17,7 @@
<![endif]-->
</head>
<body>
<div id="container">
<div class="container">
<header>
<h1>{{ paths }}</h1>
<!-- <h1><a href="{{ home_path }}">{{ gallery_name }}</a>{% if title %} - {{ title }}{% endif %}</h1> -->