git ssb

30+

cel / git-ssb-web



Commit d99881bd82a608d2e7dda4022d97fe832443785a

more style tweaks

Ev Bogue committed on 7/6/2016, 9:06:04 PM
Parent: 8cbe5ad597233971b4c3e3f485652b6362e6f068

Files changed

index.jschanged
static/styles.csschanged
index.jsView
@@ -448,9 +448,9 @@
448448 [code || 200, {
449449 'Content-Type': 'text/html'
450450 }],
451451 '<!doctype html><html><head><meta charset=utf-8>',
452- '<title>' + (title || app) + " | " + (app) + '</title>',
452 + '<title>' + (title || app) + " | " + "gitmx" + '</title>',
453453 '<link rel=stylesheet href="/static/styles.css"/>',
454454 '<link rel=stylesheet href="/highlight/github.css"/>',
455455 '</head>\n',
456456 '<body>',
static/styles.cssView
@@ -17,13 +17,12 @@
1717 }
1818 }
1919
2020 pre {
21- font: 12px/1.45 Consolas, "Liberation Mono", Menlo, Courier, monospace;
21 + font: 1em Consolas, "Liberation Mono", Menlo, Courier, monospace;
2222 padding: .5em 1.25ex;
2323 border: 1px solid #ddd;
24- background: #f8f8f8;
25- border-radius: .5ex;
24 + background: #f5f5f5;
2625 white-space: pre-wrap;
2726 }
2827
2928 section code {
@@ -67,10 +66,11 @@
6766
6867 .profile-icon {
6968 height: 1.5em;
7069 width: 1.5em;
71- margin: .5em .5ex 0 .5ex;
70 + margin: .5em .5ex 0 .2ex;
7271 border: none;
72 + float: left;
7373 }
7474
7575 .icon-right {
7676 float: right;
@@ -98,13 +98,13 @@
9898 margin-top: 1em;
9999 }
100100
101101 a:link, a:visited {
102- color: #666;
102 + color: #333;
103103 text-decoration: none;
104104 }
105105 a:hover {
106- color: #333;
106 + color: #111;
107107 }
108108
109109 hr {
110110 border: 0;
@@ -154,9 +154,8 @@
154154 background: #eee linear-gradient(#eee, #ccc);
155155 border: 1px solid #aaa;
156156 border-top: 1px solid #ccc;
157157 border-left: 1px solid #ccc;
158-// border-radius: 5px;
159158 color: #444;
160159 display: inline-block;
161160 font-size: 1em;
162161 font-weight: bold;
@@ -209,17 +208,15 @@
209208 font-size: small;
210209 color: #666;
211210 padding: .3em 1ex;
212211 background-color: white;
213- border: 1px #ccc;
214- border-style: none solid solid none;
215- border-radius: .5ex;
212 + border: none;
216213 float: right;
217214 margin: 0;
218215 max-width: 50%;
219216 }
220217 .clone-url:hover {
221- background-color: #f6f6f6;
218 + color: #000;
222219 }
223220
224221 nav {
225222 margin: .5em 0 1ex 0;

Built with git-ssb-web