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 13 (padding 5) 14 14 (border-width 1) 15 15 (border-color blue)] 16 16 17 17 [(class first) ==> 18 18 (align-self flex-start) 19 19 (min-height 40) (min-width 160)] 20 - 21 20 [(class second) ==> 22 21 (align-self flex-center) ] 23 22 [(class third) ==> 24 23 (align-self flex-end) 25 24 (order 2) (color blue) ] 26 25 [(class fourth) ==> 27 - (align-self stretch) 28 - (align-self flex-end) ] 26 + (align-self stretch) ] 29 27 30 28 [(class great) ==> 31 29 (position absolute) (display flex) 32 30 (background-color (rgb 125 125 125))] 33 31 34 32 [(id panel1) ==> 35 33 (width 500) (height 100) (top 10)