File tree Expand file tree Collapse file tree 3 files changed +13
-11
lines changed
Expand file tree Collapse file tree 3 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 77/core.js
88/coreadvanced.js
99/coresimple.js
10+ /out
Original file line number Diff line number Diff line change 77 * the terms of this license.
88 * You must not remove this notice, or any other, from this software.
99
10- Docs: http ://clojurescript.org
10+ Docs: https ://github.com/clojure/clojurescript/wiki
1111Feedback: http://groups.google.com/group/clojure
1212
1313If you are operating from a fresh source base, you must run the bootstrapping script:
@@ -22,4 +22,4 @@ Sample applications are found in the ./samples directory
2222
2323A "Quick Start" guide is available at https://github.com/clojure/clojurescript/wiki/Quick-Start
2424
25- More information can be found on the ClojureScript wiki located at https://github.com/clojure/clojurescript/wiki/
25+
Original file line number Diff line number Diff line change @@ -77,16 +77,16 @@ header {
7777
7878# network {
7979 height : 100% ;
80- min-width : 540 px ;
80+ min-width : 640 px ;
8181 left : 20px ;
82- right : 400 px ;
82+ right : 300 px ;
8383 /*padding: 10px 10px 0 0;*/
8484 float : left;
8585 position : absolute;
8686}
8787
8888# leaderboard {
89- width : 380 px ;
89+ width : 280 px ;
9090 height : 100px ;
9191 border-left : 1px solid # ccc ;
9292 /*padding: 10px;*/
@@ -95,7 +95,7 @@ header {
9595}
9696
9797# timeline {
98- width : 380 px ;
98+ width : 280 px ;
9999 top : 100px ;
100100 bottom : 0 ;
101101 border-left : 1px solid # ccc ;
@@ -117,24 +117,24 @@ header {
117117# leaderboard .tweet {
118118 float : left;
119119 z-index : 100 ;
120- margin : 4 px ;
120+ margin : 0 ;
121121}
122122
123123# leaderboard .tweet-details {
124124 position : absolute;
125- top : 66 px ;
125+ top : 56 px ;
126126 left : 0 ;
127127 background-color : # e6f3f8 ;
128128 z-index : 100 ;
129129 display : none;
130130 padding : 10px ;
131- width : 360 px ;
131+ width : 260 px ;
132132 border-bottom : 1px solid # 9cbbc6 ;
133133}
134134# leaderboard .profile-pic {
135135 width : 48px ;
136136 height : 48px ;
137- border : 10 px solid # fff ;
137+ border : 4 px solid # fff ;
138138}
139139# leaderboard .user-name {
140140 font-weight : bold;
@@ -151,7 +151,7 @@ header {
151151 position : absolute;
152152 top : 30px ;
153153 bottom : 0 ;
154- width : 380 px ;
154+ width : 280 px ;
155155 overflow : auto;
156156}
157157
@@ -164,6 +164,7 @@ header {
164164 padding : 10px ;
165165 border-bottom : 1px solid # b3b3b3 ;
166166 overflow : auto;
167+ font-size : 12px ;
167168}
168169
169170# timeline .profile-pic {
You can’t perform that action at this time.
0 commit comments