rsyntaxtree 0.6.92 → 0.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
1
  module RSyntaxTree
2
- VERSION = "0.6.92"
2
+ VERSION = "0.7.0"
3
3
  end
4
4
 
data/rsyntaxtree.gemspec CHANGED
@@ -11,18 +11,15 @@ Gem::Specification.new do |s|
11
11
  s.homepage = "http://github.com/yohasebe/rsyntaxtree"
12
12
  s.summary = %q{RSyntaxTree is a graphical syntax tree generator written in Ruby}
13
13
  s.description = %q{Yet another syntax tree generator made with Ruby and RMagick}
14
+ s.licenses = ["MIT"]
14
15
 
15
16
  s.rubyforge_project = "rsyntaxtree"
16
17
 
17
18
  s.files = `git ls-files`.split("\n")
18
- s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
19
19
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
20
20
  s.require_paths = ["lib"]
21
21
 
22
22
  # specify any dependencies here; for example:
23
- # s.add_development_dependency "rspec"
24
- s.add_runtime_dependency "rmagick"
25
- s.add_runtime_dependency "sinatra"
26
- s.add_runtime_dependency "haml"
27
- s.add_runtime_dependency "trollop"
23
+ s.add_runtime_dependency("rmagick", '>= 2.16.0')
24
+ s.add_runtime_dependency("trollop", '>= 2.1.2')
28
25
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rsyntaxtree
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.92
4
+ version: 0.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yoichiro Hasebe
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-04-08 00:00:00.000000000 Z
11
+ date: 2018-02-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rmagick
@@ -16,56 +16,28 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0'
19
+ version: 2.16.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - ">="
25
25
  - !ruby/object:Gem::Version
26
- version: '0'
27
- - !ruby/object:Gem::Dependency
28
- name: sinatra
29
- requirement: !ruby/object:Gem::Requirement
30
- requirements:
31
- - - ">="
32
- - !ruby/object:Gem::Version
33
- version: '0'
34
- type: :runtime
35
- prerelease: false
36
- version_requirements: !ruby/object:Gem::Requirement
37
- requirements:
38
- - - ">="
39
- - !ruby/object:Gem::Version
40
- version: '0'
41
- - !ruby/object:Gem::Dependency
42
- name: haml
43
- requirement: !ruby/object:Gem::Requirement
44
- requirements:
45
- - - ">="
46
- - !ruby/object:Gem::Version
47
- version: '0'
48
- type: :runtime
49
- prerelease: false
50
- version_requirements: !ruby/object:Gem::Requirement
51
- requirements:
52
- - - ">="
53
- - !ruby/object:Gem::Version
54
- version: '0'
26
+ version: 2.16.0
55
27
  - !ruby/object:Gem::Dependency
56
28
  name: trollop
57
29
  requirement: !ruby/object:Gem::Requirement
58
30
  requirements:
59
31
  - - ">="
60
32
  - !ruby/object:Gem::Version
61
- version: '0'
33
+ version: 2.1.2
62
34
  type: :runtime
63
35
  prerelease: false
64
36
  version_requirements: !ruby/object:Gem::Requirement
65
37
  requirements:
66
38
  - - ">="
67
39
  - !ruby/object:Gem::Version
68
- version: '0'
40
+ version: 2.1.2
69
41
  description: Yet another syntax tree generator made with Ruby and RMagick
70
42
  email:
71
43
  - yohasebe@gmail.com
@@ -78,15 +50,13 @@ files:
78
50
  - Gemfile
79
51
  - README.md
80
52
  - Rakefile
81
- - app.rb
82
53
  - bin/rsyntaxtree
83
- - config.ru
84
54
  - fonts/DroidSans.ttf
85
55
  - fonts/DroidSerif-Regular.ttf
86
- - fonts/ipagp.ttf
87
- - fonts/ipamp.ttf
56
+ - fonts/NotoSansCJKjp-Regular.otf
57
+ - fonts/NotoSansMonoCJKjp-Regular.otf
58
+ - fonts/NotoSerifCJKjp-Regular.otf
88
59
  - fonts/wqy-zenhei.ttf
89
- - helpers/helpers.rb
90
60
  - lib/rsyntaxtree.rb
91
61
  - lib/rsyntaxtree/element.rb
92
62
  - lib/rsyntaxtree/elementlist.rb
@@ -96,24 +66,10 @@ files:
96
66
  - lib/rsyntaxtree/svg_graph.rb
97
67
  - lib/rsyntaxtree/tree_graph.rb
98
68
  - lib/rsyntaxtree/version.rb
99
- - public/bootstrap/css/bootstrap-responsive.css
100
- - public/bootstrap/css/bootstrap-responsive.min.css
101
- - public/bootstrap/css/bootstrap.css
102
- - public/bootstrap/css/bootstrap.min.css
103
- - public/bootstrap/img/glyphicons-halflings-white.png
104
- - public/bootstrap/img/glyphicons-halflings.png
105
- - public/bootstrap/js/bootstrap.js
106
- - public/bootstrap/js/bootstrap.min.js
107
- - public/bootstrap/js/jquery.js
108
- - public/css/rsyntaxtree.css
109
- - public/js/rsyntaxtree.js
110
69
  - rsyntaxtree.gemspec
111
- - views/footer.haml
112
- - views/index.haml
113
- - views/layout.haml
114
- - views/navbar.haml
115
70
  homepage: http://github.com/yohasebe/rsyntaxtree
116
- licenses: []
71
+ licenses:
72
+ - MIT
117
73
  metadata: {}
118
74
  post_install_message:
119
75
  rdoc_options: []
@@ -131,7 +87,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
131
87
  version: '0'
132
88
  requirements: []
133
89
  rubyforge_project: rsyntaxtree
134
- rubygems_version: 2.6.8
90
+ rubygems_version: 2.6.13
135
91
  signing_key:
136
92
  specification_version: 4
137
93
  summary: RSyntaxTree is a graphical syntax tree generator written in Ruby
data/app.rb DELETED
@@ -1,56 +0,0 @@
1
- #!/usr/bin/env ruby
2
- # -*- coding: utf-8 -*-
3
-
4
- require 'sinatra'
5
- require 'haml'
6
- require 'base64'
7
- require './helpers/helpers'
8
- require './lib/rsyntaxtree'
9
-
10
- include Helpers
11
-
12
- # set :public_folder, File.dirname(__FILE__) + '/public'
13
-
14
- configure do
15
- enable :sessions
16
- end
17
-
18
- get '/' do #
19
- haml :index
20
- end
21
-
22
- post '/check' do
23
- data = params["data"]
24
- result = RSGenerator.check_data(data)
25
- return result ? "true" : "false"
26
- end
27
-
28
- get '/draw_png' do
29
- rs_generator = RSGenerator.new(params)
30
- content_type "image/png"
31
- rs_generator.draw_tree
32
- end
33
-
34
- post '/draw_png' do
35
- basename = "syntree.png"
36
- rs_generator = RSGenerator.new(params)
37
- png_blob = rs_generator.draw_png
38
- response.headers['content_type'] = "image/png"
39
- response.headers['content_length'] = png_blob.size.to_s
40
- response.headers['content_disposition'] = "inline" + %(; filename="#{basename}")
41
- Base64.encode64(png_blob)
42
- end
43
-
44
- post '/download_svg' do
45
- content_type 'image/svg+xml'
46
- attachment 'syntree.svg'
47
- rs_generator = RSGenerator.new(params)
48
- rs_generator.draw_svg
49
- end
50
-
51
- post '/download_pdf' do
52
- content_type 'applcation/pdf'
53
- attachment 'syntree.pdf'
54
- rs_generator = RSGenerator.new(params)
55
- rs_generator.draw_pdf
56
- end
data/config.ru DELETED
@@ -1,8 +0,0 @@
1
- path = File.expand_path("../", __FILE__)
2
-
3
- require 'sinatra'
4
- require "#{path}/app"
5
-
6
- $SUB_DIRECTORY = "/rsyntaxtree"
7
-
8
- run Sinatra::Application
data/fonts/ipagp.ttf DELETED
Binary file
data/fonts/ipamp.ttf DELETED
Binary file
data/helpers/helpers.rb DELETED
@@ -1,22 +0,0 @@
1
- #!/usr/bin/env ruby
2
- # -*- coding: utf-8 -*-
3
-
4
- module Helpers
5
- def link_to(name, location, alternative = false)
6
- if alternative and alternative[:condition]
7
- "<a href=#{alternative[:location]}>#{alternative[:name]}</a>"
8
- else
9
- "<a href=#{location}>#{name}</a>"
10
- end
11
- end
12
-
13
- def multibyte?(text)
14
- result = false
15
- text.strip.split(//).each do |chr|
16
- unless /([!-~]|\s)/ =~ chr
17
- result = true; break
18
- end
19
- end
20
- return result
21
- end
22
- end
@@ -1,581 +0,0 @@
1
- /*!
2
- * Bootstrap Responsive v2.0.1
3
- *
4
- * Copyright 2012 Twitter, Inc
5
- * Licensed under the Apache License v2.0
6
- * http://www.apache.org/licenses/LICENSE-2.0
7
- *
8
- * Designed and built with all the love in the world @twitter by @mdo and @fat.
9
- */
10
- .clearfix {
11
- *zoom: 1;
12
- }
13
- .clearfix:before, .clearfix:after {
14
- display: table;
15
- content: "";
16
- }
17
- .clearfix:after {
18
- clear: both;
19
- }
20
- .hidden {
21
- display: none;
22
- visibility: hidden;
23
- }
24
- @media (max-width: 480px) {
25
- .nav-collapse {
26
- -webkit-transform: translate3d(0, 0, 0);
27
- }
28
- .page-header h1 small {
29
- display: block;
30
- line-height: 18px;
31
- }
32
- input[class*="span"],
33
- select[class*="span"],
34
- textarea[class*="span"],
35
- .uneditable-input {
36
- display: block;
37
- width: 100%;
38
- min-height: 28px;
39
- /* Make inputs at least the height of their button counterpart */
40
-
41
- /* Makes inputs behave like true block-level elements */
42
-
43
- -webkit-box-sizing: border-box;
44
- /* Older Webkit */
45
-
46
- -moz-box-sizing: border-box;
47
- /* Older FF */
48
-
49
- -ms-box-sizing: border-box;
50
- /* IE8 */
51
-
52
- box-sizing: border-box;
53
- /* CSS3 spec*/
54
-
55
- }
56
- .input-prepend input[class*="span"], .input-append input[class*="span"] {
57
- width: auto;
58
- }
59
- input[type="checkbox"], input[type="radio"] {
60
- border: 1px solid #ccc;
61
- }
62
- .form-horizontal .control-group > label {
63
- float: none;
64
- width: auto;
65
- padding-top: 0;
66
- text-align: left;
67
- }
68
- .form-horizontal .controls {
69
- margin-left: 0;
70
- }
71
- .form-horizontal .control-list {
72
- padding-top: 0;
73
- }
74
- .form-horizontal .form-actions {
75
- padding-left: 10px;
76
- padding-right: 10px;
77
- }
78
- .modal {
79
- position: absolute;
80
- top: 10px;
81
- left: 10px;
82
- right: 10px;
83
- width: auto;
84
- margin: 0;
85
- }
86
- .modal.fade.in {
87
- top: auto;
88
- }
89
- .modal-header .close {
90
- padding: 10px;
91
- margin: -10px;
92
- }
93
- .carousel-caption {
94
- position: static;
95
- }
96
- }
97
- @media (max-width: 767px) {
98
- .container {
99
- width: auto;
100
- padding: 0 20px;
101
- }
102
- .row-fluid {
103
- width: 100%;
104
- }
105
- .row {
106
- margin-left: 0;
107
- }
108
- .row > [class*="span"], .row-fluid > [class*="span"] {
109
- float: none;
110
- display: block;
111
- width: auto;
112
- margin: 0;
113
- }
114
- }
115
- @media (min-width: 768px) and (max-width: 979px) {
116
- .row {
117
- margin-left: -20px;
118
- *zoom: 1;
119
- }
120
- .row:before, .row:after {
121
- display: table;
122
- content: "";
123
- }
124
- .row:after {
125
- clear: both;
126
- }
127
- [class*="span"] {
128
- float: left;
129
- margin-left: 20px;
130
- }
131
- .span1 {
132
- width: 42px;
133
- }
134
- .span2 {
135
- width: 104px;
136
- }
137
- .span3 {
138
- width: 166px;
139
- }
140
- .span4 {
141
- width: 228px;
142
- }
143
- .span5 {
144
- width: 290px;
145
- }
146
- .span6 {
147
- width: 352px;
148
- }
149
- .span7 {
150
- width: 414px;
151
- }
152
- .span8 {
153
- width: 476px;
154
- }
155
- .span9 {
156
- width: 538px;
157
- }
158
- .span10 {
159
- width: 600px;
160
- }
161
- .span11 {
162
- width: 662px;
163
- }
164
- .span12, .container {
165
- width: 724px;
166
- }
167
- .offset1 {
168
- margin-left: 82px;
169
- }
170
- .offset2 {
171
- margin-left: 144px;
172
- }
173
- .offset3 {
174
- margin-left: 206px;
175
- }
176
- .offset4 {
177
- margin-left: 268px;
178
- }
179
- .offset5 {
180
- margin-left: 330px;
181
- }
182
- .offset6 {
183
- margin-left: 392px;
184
- }
185
- .offset7 {
186
- margin-left: 454px;
187
- }
188
- .offset8 {
189
- margin-left: 516px;
190
- }
191
- .offset9 {
192
- margin-left: 578px;
193
- }
194
- .offset10 {
195
- margin-left: 640px;
196
- }
197
- .offset11 {
198
- margin-left: 702px;
199
- }
200
- .row-fluid {
201
- width: 100%;
202
- *zoom: 1;
203
- }
204
- .row-fluid:before, .row-fluid:after {
205
- display: table;
206
- content: "";
207
- }
208
- .row-fluid:after {
209
- clear: both;
210
- }
211
- .row-fluid > [class*="span"] {
212
- float: left;
213
- margin-left: 2.762430939%;
214
- }
215
- .row-fluid > [class*="span"]:first-child {
216
- margin-left: 0;
217
- }
218
- .row-fluid > .span1 {
219
- width: 5.801104972%;
220
- }
221
- .row-fluid > .span2 {
222
- width: 14.364640883%;
223
- }
224
- .row-fluid > .span3 {
225
- width: 22.928176794%;
226
- }
227
- .row-fluid > .span4 {
228
- width: 31.491712705%;
229
- }
230
- .row-fluid > .span5 {
231
- width: 40.055248616%;
232
- }
233
- .row-fluid > .span6 {
234
- width: 48.618784527%;
235
- }
236
- .row-fluid > .span7 {
237
- width: 57.182320438000005%;
238
- }
239
- .row-fluid > .span8 {
240
- width: 65.74585634900001%;
241
- }
242
- .row-fluid > .span9 {
243
- width: 74.30939226%;
244
- }
245
- .row-fluid > .span10 {
246
- width: 82.87292817100001%;
247
- }
248
- .row-fluid > .span11 {
249
- width: 91.436464082%;
250
- }
251
- .row-fluid > .span12 {
252
- width: 99.999999993%;
253
- }
254
- input.span1, textarea.span1, .uneditable-input.span1 {
255
- width: 32px;
256
- }
257
- input.span2, textarea.span2, .uneditable-input.span2 {
258
- width: 94px;
259
- }
260
- input.span3, textarea.span3, .uneditable-input.span3 {
261
- width: 156px;
262
- }
263
- input.span4, textarea.span4, .uneditable-input.span4 {
264
- width: 218px;
265
- }
266
- input.span5, textarea.span5, .uneditable-input.span5 {
267
- width: 280px;
268
- }
269
- input.span6, textarea.span6, .uneditable-input.span6 {
270
- width: 342px;
271
- }
272
- input.span7, textarea.span7, .uneditable-input.span7 {
273
- width: 404px;
274
- }
275
- input.span8, textarea.span8, .uneditable-input.span8 {
276
- width: 466px;
277
- }
278
- input.span9, textarea.span9, .uneditable-input.span9 {
279
- width: 528px;
280
- }
281
- input.span10, textarea.span10, .uneditable-input.span10 {
282
- width: 590px;
283
- }
284
- input.span11, textarea.span11, .uneditable-input.span11 {
285
- width: 652px;
286
- }
287
- input.span12, textarea.span12, .uneditable-input.span12 {
288
- width: 714px;
289
- }
290
- }
291
- @media (max-width: 979px) {
292
- body {
293
- padding-top: 0;
294
- }
295
- .navbar-fixed-top {
296
- position: static;
297
- margin-bottom: 18px;
298
- }
299
- .navbar-fixed-top .navbar-inner {
300
- padding: 5px;
301
- }
302
- .navbar .container {
303
- width: auto;
304
- padding: 0;
305
- }
306
- .navbar .brand {
307
- padding-left: 10px;
308
- padding-right: 10px;
309
- margin: 0 0 0 -5px;
310
- }
311
- .navbar .nav-collapse {
312
- clear: left;
313
- }
314
- .navbar .nav {
315
- float: none;
316
- margin: 0 0 9px;
317
- }
318
- .navbar .nav > li {
319
- float: none;
320
- }
321
- .navbar .nav > li > a {
322
- margin-bottom: 2px;
323
- }
324
- .navbar .nav > .divider-vertical {
325
- display: none;
326
- }
327
- .navbar .nav .nav-header {
328
- color: #999999;
329
- text-shadow: none;
330
- }
331
- .navbar .nav > li > a, .navbar .dropdown-menu a {
332
- padding: 6px 15px;
333
- font-weight: bold;
334
- color: #999999;
335
- -webkit-border-radius: 3px;
336
- -moz-border-radius: 3px;
337
- border-radius: 3px;
338
- }
339
- .navbar .dropdown-menu li + li a {
340
- margin-bottom: 2px;
341
- }
342
- .navbar .nav > li > a:hover, .navbar .dropdown-menu a:hover {
343
- background-color: #222222;
344
- }
345
- .navbar .dropdown-menu {
346
- position: static;
347
- top: auto;
348
- left: auto;
349
- float: none;
350
- display: block;
351
- max-width: none;
352
- margin: 0 15px;
353
- padding: 0;
354
- background-color: transparent;
355
- border: none;
356
- -webkit-border-radius: 0;
357
- -moz-border-radius: 0;
358
- border-radius: 0;
359
- -webkit-box-shadow: none;
360
- -moz-box-shadow: none;
361
- box-shadow: none;
362
- }
363
- .navbar .dropdown-menu:before, .navbar .dropdown-menu:after {
364
- display: none;
365
- }
366
- .navbar .dropdown-menu .divider {
367
- display: none;
368
- }
369
- .navbar-form, .navbar-search {
370
- float: none;
371
- padding: 9px 15px;
372
- margin: 9px 0;
373
- border-top: 1px solid #222222;
374
- border-bottom: 1px solid #222222;
375
- -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
376
- -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
377
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
378
- }
379
- .navbar .nav.pull-right {
380
- float: none;
381
- margin-left: 0;
382
- }
383
- .navbar-static .navbar-inner {
384
- padding-left: 10px;
385
- padding-right: 10px;
386
- }
387
- .btn-navbar {
388
- display: block;
389
- }
390
- .nav-collapse {
391
- overflow: hidden;
392
- height: 0;
393
- }
394
- }
395
- @media (min-width: 980px) {
396
- .nav-collapse.collapse {
397
- height: auto !important;
398
- }
399
- }
400
- @media (min-width: 1200px) {
401
- .row {
402
- margin-left: -30px;
403
- *zoom: 1;
404
- }
405
- .row:before, .row:after {
406
- display: table;
407
- content: "";
408
- }
409
- .row:after {
410
- clear: both;
411
- }
412
- [class*="span"] {
413
- float: left;
414
- margin-left: 30px;
415
- }
416
- .span1 {
417
- width: 70px;
418
- }
419
- .span2 {
420
- width: 170px;
421
- }
422
- .span3 {
423
- width: 270px;
424
- }
425
- .span4 {
426
- width: 370px;
427
- }
428
- .span5 {
429
- width: 470px;
430
- }
431
- .span6 {
432
- width: 570px;
433
- }
434
- .span7 {
435
- width: 670px;
436
- }
437
- .span8 {
438
- width: 770px;
439
- }
440
- .span9 {
441
- width: 870px;
442
- }
443
- .span10 {
444
- width: 970px;
445
- }
446
- .span11 {
447
- width: 1070px;
448
- }
449
- .span12, .container {
450
- width: 1170px;
451
- }
452
- .offset1 {
453
- margin-left: 130px;
454
- }
455
- .offset2 {
456
- margin-left: 230px;
457
- }
458
- .offset3 {
459
- margin-left: 330px;
460
- }
461
- .offset4 {
462
- margin-left: 430px;
463
- }
464
- .offset5 {
465
- margin-left: 530px;
466
- }
467
- .offset6 {
468
- margin-left: 630px;
469
- }
470
- .offset7 {
471
- margin-left: 730px;
472
- }
473
- .offset8 {
474
- margin-left: 830px;
475
- }
476
- .offset9 {
477
- margin-left: 930px;
478
- }
479
- .offset10 {
480
- margin-left: 1030px;
481
- }
482
- .offset11 {
483
- margin-left: 1130px;
484
- }
485
- .row-fluid {
486
- width: 100%;
487
- *zoom: 1;
488
- }
489
- .row-fluid:before, .row-fluid:after {
490
- display: table;
491
- content: "";
492
- }
493
- .row-fluid:after {
494
- clear: both;
495
- }
496
- .row-fluid > [class*="span"] {
497
- float: left;
498
- margin-left: 2.564102564%;
499
- }
500
- .row-fluid > [class*="span"]:first-child {
501
- margin-left: 0;
502
- }
503
- .row-fluid > .span1 {
504
- width: 5.982905983%;
505
- }
506
- .row-fluid > .span2 {
507
- width: 14.529914530000001%;
508
- }
509
- .row-fluid > .span3 {
510
- width: 23.076923077%;
511
- }
512
- .row-fluid > .span4 {
513
- width: 31.623931624%;
514
- }
515
- .row-fluid > .span5 {
516
- width: 40.170940171000005%;
517
- }
518
- .row-fluid > .span6 {
519
- width: 48.717948718%;
520
- }
521
- .row-fluid > .span7 {
522
- width: 57.264957265%;
523
- }
524
- .row-fluid > .span8 {
525
- width: 65.81196581200001%;
526
- }
527
- .row-fluid > .span9 {
528
- width: 74.358974359%;
529
- }
530
- .row-fluid > .span10 {
531
- width: 82.905982906%;
532
- }
533
- .row-fluid > .span11 {
534
- width: 91.45299145300001%;
535
- }
536
- .row-fluid > .span12 {
537
- width: 100%;
538
- }
539
- input.span1, textarea.span1, .uneditable-input.span1 {
540
- width: 60px;
541
- }
542
- input.span2, textarea.span2, .uneditable-input.span2 {
543
- width: 160px;
544
- }
545
- input.span3, textarea.span3, .uneditable-input.span3 {
546
- width: 260px;
547
- }
548
- input.span4, textarea.span4, .uneditable-input.span4 {
549
- width: 360px;
550
- }
551
- input.span5, textarea.span5, .uneditable-input.span5 {
552
- width: 460px;
553
- }
554
- input.span6, textarea.span6, .uneditable-input.span6 {
555
- width: 560px;
556
- }
557
- input.span7, textarea.span7, .uneditable-input.span7 {
558
- width: 660px;
559
- }
560
- input.span8, textarea.span8, .uneditable-input.span8 {
561
- width: 760px;
562
- }
563
- input.span9, textarea.span9, .uneditable-input.span9 {
564
- width: 860px;
565
- }
566
- input.span10, textarea.span10, .uneditable-input.span10 {
567
- width: 960px;
568
- }
569
- input.span11, textarea.span11, .uneditable-input.span11 {
570
- width: 1060px;
571
- }
572
- input.span12, textarea.span12, .uneditable-input.span12 {
573
- width: 1160px;
574
- }
575
- .thumbnails {
576
- margin-left: -30px;
577
- }
578
- .thumbnails > li {
579
- margin-left: 30px;
580
- }
581
- }