Ver código fonte

Minor design changes: max image size + no shadow

Gogs 8 anos atrás
pai
commit
ffcf4a4191

+ 0 - 1
themes/gildasch/layouts/index.html

@@ -1,7 +1,6 @@
1
 {{ partial "header.html" . }}
1
 {{ partial "header.html" . }}
2
 
2
 
3
 <div id='content'>
3
 <div id='content'>
4
-  <h1>A few recent posts</h1>
5
   <div class="row">
4
   <div class="row">
6
     {{ range $key, $value := .Paginator.Pages }}
5
     {{ range $key, $value := .Paginator.Pages }}
7
     {{ .Render "grid" }}
6
     {{ .Render "grid" }}

+ 5 - 1
themes/gildasch/static/css/main.css

@@ -9,11 +9,15 @@ body {
9
   background-color:#263238;
9
   background-color:#263238;
10
   color:white;
10
   color:white;
11
   font-size:18px;
11
   font-size:18px;
12
-  box-shadow: rgba(0, 0, 0, 0.05) 13px 0px 10px 2px;
12
+  /* box-shadow: rgba(0, 0, 0, 0.05) 13px 0px 10px 2px; */
13
   max-width:1000px;
13
   max-width:1000px;
14
   margin:auto;
14
   margin:auto;
15
 }
15
 }
16
 
16
 
17
+img {
18
+    max-width:1000px;
19
+}
20
+
17
 /* Colors:
21
 /* Colors:
18
 background: #263238
22
 background: #263238
19
 current-line #37474f
23
 current-line #37474f