Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | minor bug in demo3.ss |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
8239be5117c7fc349f9c54a296009082 |
User & Date: | aldo 2016-09-09 13:26:59 |
Context
2016-09-09
| ||
17:29 | improved css system, validation, inherit, initial check-in: 44e44daf1a user: aldo tags: trunk | |
13:26 | minor bug in demo3.ss check-in: 8239be5117 user: aldo tags: trunk | |
13:08 | fixed headers stuff for demos/index.html check-in: c9fef4250a user: aldo tags: trunk | |
Changes
Changes to demos/demo3.ss.
13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
(padding 5)
(border-width 1)
(border-color blue)]
[(class first) ==>
(align-self flex-start)
(min-height 40) (min-width 160)]
[(class second) ==>
(align-self flex-center) ]
[(class third) ==>
(align-self flex-end)
(order 2) (color blue) ]
[(class fourth) ==>
(align-self stretch)
(align-self flex-end) ]
[(class great) ==>
(position absolute) (display flex)
(background-color (rgb 125 125 125))]
[(id panel1) ==>
(width 500) (height 100) (top 10)
|
< | < |
13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 |
(padding 5)
(border-width 1)
(border-color blue)]
[(class first) ==>
(align-self flex-start)
(min-height 40) (min-width 160)]
[(class second) ==>
(align-self flex-center) ]
[(class third) ==>
(align-self flex-end)
(order 2) (color blue) ]
[(class fourth) ==>
(align-self stretch) ]
[(class great) ==>
(position absolute) (display flex)
(background-color (rgb 125 125 125))]
[(id panel1) ==>
(width 500) (height 100) (top 10)
|