dojo / dijit-themes

Dojo 1 - modern themes
Other
29 stars 21 forks source link

restructure into `themes/flat` and separate variable files #6

Closed btfou closed 9 years ago

btfou commented 9 years ago

Restructured per https://github.com/dojo/themes/commit/a36056e158078d31b317dc3b23b54f964075f40a#commitcomment-13192633, and separates stylus variable files, e.g. flat/dijit/layout/dijit_layout_variables.styl.

Additionally, adds Editor RTL css for ordered/unordered list icons.

wkeese commented 9 years ago

Looks like you have an extra themes/ directory, it's now themes/themes/flat/dijit rather than just themes/flat/dijit. (The top level "themes" directory" is the name of the repository itself.)

You could also move themes/flat/flat_dijit.css to themes/flat/dijit/flat.css (or maybe themes/flat/dijit/dijit.css) but I guess that's more debatable.

btfou commented 9 years ago

You're right. It crossed my mind. Should have asked. I'll ditch the themes folder and add commit.

dylans commented 9 years ago

Thanks @btfou , closed via e4c3477