##// END OF EJS Templates
Made borders rectangle in the MD theme.
neko259 -
r131:1145a782 default
parent child Browse files
Show More
@@ -47,7 +47,7 b' html {'
47 background: #333;
47 background: #333;
48 margin: 5px;
48 margin: 5px;
49 padding: 10px;
49 padding: 10px;
50 border-radius: 5px;
50 border: solid 1px #888;
51 clear: left;
51 clear: left;
52 word-wrap: break-word;
52 word-wrap: break-word;
53 }
53 }
@@ -65,7 +65,7 b' html {'
65 background: #444;
65 background: #444;
66 margin: 5px;
66 margin: 5px;
67 padding: 10px;
67 padding: 10px;
68 border-radius: 5px;
68 border: solid 1px #888;
69 color: #eee;
69 color: #eee;
70 }
70 }
71
71
@@ -102,7 +102,7 b' p {'
102 .post-form-w {
102 .post-form-w {
103 display: table;
103 display: table;
104 background: #333344;
104 background: #333344;
105 border-radius: 5px;
105 border: solid 1px #888;
106 color: #fff;
106 color: #fff;
107 padding: 10px;
107 padding: 10px;
108 margin: 5px
108 margin: 5px
@@ -278,4 +278,4 b' li {'
278 font-size: 0.9em;
278 font-size: 0.9em;
279 color: #ccc;
279 color: #ccc;
280 margin-top: 1em;
280 margin-top: 1em;
281 } No newline at end of file
281 }
General Comments 0
You need to be logged in to leave comments. Login now