Commit 2787e182093a3dbe0ef45b02160fc24a54c50e35
make styles similar to patchbay
Ev Bogue committed on 7/22/2016, 3:55:32 AMParent: a7f3b74c5bb6baf2129fd4ff15bb9eaea0e7567c
Files changed
static/styles.css | changed |
static/styles.css | |||
---|---|---|---|
@@ -12,9 +12,9 @@ | |||
12 | 12 … | } | |
13 | 13 … | ||
14 | 14 … | @media (min-width: 600px) { | |
15 | 15 … | article, header { | |
16 | - width: 60%; | ||
16 … | + width: 600px; | ||
17 | 17 … | } | |
18 | 18 … | } | |
19 | 19 … | ||
20 | 20 … | pre { | |
@@ -32,9 +32,9 @@ | |||
32 | 32 … | } | |
33 | 33 … | ||
34 | 34 … | pre > code { | |
35 | 35 … | padding: 0; | |
36 | - background-color: #f8f8f8; | ||
36 … | + background-color: #f5f5f5; | ||
37 | 37 … | } | |
38 | 38 … | ||
39 | 39 … | /* header */ | |
40 | 40 … | ||
@@ -67,9 +67,9 @@ | |||
67 | 67 … | .profile-icon { | |
68 | 68 … | height: 1.5em; | |
69 | 69 … | width: 1.5em; | |
70 | 70 … | margin: .5em .5ex 0 .2ex; | |
71 | - border: none; | ||
71 … | + border: 1px solid #eee; | ||
72 | 72 … | float: left; | |
73 | 73 … | } | |
74 | 74 … | ||
75 | 75 … | .icon-right { | |
@@ -80,11 +80,11 @@ | |||
80 | 80 … | ||
81 | 81 … | section { | |
82 | 82 … | background-color: white; | |
83 | 83 … | padding: 1ex 1ex; | |
84 | - margin-bottom: 1ex; | ||
84 … | + margin-bottom: .5em; | ||
85 | 85 … | border-radius: 0; | |
86 | - border: 1px solid #f5f5f5; | ||
86 … | + border: 1px solid #eee; | ||
87 | 87 … | } | |
88 | 88 … | ||
89 | 89 … | section.collapse { | |
90 | 90 … | margin-bottom: 0; | |
@@ -110,14 +110,8 @@ | |||
110 | 110 … | border: 0; | |
111 | 111 … | border-bottom: 1px solid #ddd; | |
112 | 112 … | } | |
113 | 113 … | ||
114 | -i { | ||
115 | - font-family: Symbola, 'Apple Color Emoji', 'Android Emoji', | ||
116 | - 'Segoe UI Symbol', 'DejaVu Sans', sans-serif; | ||
117 | - font-style: inherit; | ||
118 | -} | ||
119 | - | ||
120 | 114 … | section img { | |
121 | 115 … | max-width: 100%; | |
122 | 116 … | } | |
123 | 117 … | ||
@@ -148,8 +142,10 @@ | |||
148 | 142 … | .repo-title .right-bar { | |
149 | 143 … | margin-top: .25em; | |
150 | 144 … | } | |
151 | 145 … | ||
146 … | +input { border: 1px solid #eee;} | ||
147 … | + | ||
152 | 148 … | .btn { | |
153 | 149 … | background: #eee; | |
154 | 150 … | background: #eee linear-gradient(#eee, #ccc); | |
155 | 151 … | border: 1px solid #aaa; |
Built with git-ssb-web