Browse Source

add border to images in gallery

Thomas Buck 3 years ago
parent
commit
326bc75781
1 changed files with 2 additions and 3 deletions
  1. 2
    3
      static/css/style.css

+ 2
- 3
static/css/style.css View File

42
     font-size: 0.9em;
42
     font-size: 0.9em;
43
     padding: 10px;
43
     padding: 10px;
44
     margin: 1em;
44
     margin: 1em;
45
-    border-style: solid;
46
-    border-width: 2px;
47
-    border-color: purple; /* green; */ /* orange; */
45
+    border: 2px solid purple; /* green; */ /* orange; */
48
     border-radius: 10px;
46
     border-radius: 10px;
49
 }
47
 }
50
 
48
 
140
     border-radius: 10px;
138
     border-radius: 10px;
141
     vertical-align: middle;
139
     vertical-align: middle;
142
     margin: 3px 0 3px 0;
140
     margin: 3px 0 3px 0;
141
+    border: 2px solid purple; /* green; */ /* orange; */
143
 }
142
 }
144
 
143
 
145
 .border .pic {
144
 .border .pic {

Loading…
Cancel
Save