git ssb

30+

cel / git-ssb-web



Commit 2787e182093a3dbe0ef45b02160fc24a54c50e35

make styles similar to patchbay

Ev Bogue committed on 7/22/2016, 3:55:32 AM
Parent: a7f3b74c5bb6baf2129fd4ff15bb9eaea0e7567c

Files changed

static/styles.csschanged
static/styles.cssView
@@ -12,9 +12,9 @@
1212 }
1313
1414 @media (min-width: 600px) {
1515 article, header {
16- width: 60%;
16 + width: 600px;
1717 }
1818 }
1919
2020 pre {
@@ -32,9 +32,9 @@
3232 }
3333
3434 pre > code {
3535 padding: 0;
36- background-color: #f8f8f8;
36 + background-color: #f5f5f5;
3737 }
3838
3939 /* header */
4040
@@ -67,9 +67,9 @@
6767 .profile-icon {
6868 height: 1.5em;
6969 width: 1.5em;
7070 margin: .5em .5ex 0 .2ex;
71- border: none;
71 + border: 1px solid #eee;
7272 float: left;
7373 }
7474
7575 .icon-right {
@@ -80,11 +80,11 @@
8080
8181 section {
8282 background-color: white;
8383 padding: 1ex 1ex;
84- margin-bottom: 1ex;
84 + margin-bottom: .5em;
8585 border-radius: 0;
86- border: 1px solid #f5f5f5;
86 + border: 1px solid #eee;
8787 }
8888
8989 section.collapse {
9090 margin-bottom: 0;
@@ -110,14 +110,8 @@
110110 border: 0;
111111 border-bottom: 1px solid #ddd;
112112 }
113113
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-
120114 section img {
121115 max-width: 100%;
122116 }
123117
@@ -148,8 +142,10 @@
148142 .repo-title .right-bar {
149143 margin-top: .25em;
150144 }
151145
146 +input { border: 1px solid #eee;}
147 +
152148 .btn {
153149 background: #eee;
154150 background: #eee linear-gradient(#eee, #ccc);
155151 border: 1px solid #aaa;

Built with git-ssb-web