No longer using StealJS for the CSS files.
Manually including the CSS files in the document head. Manually combining the CSS files into a single production CSS file. In the mobile CSS file (m.css), wrapping all content in a media query. Since this is the last bit in the production CSS file, we no longer need the "body" selector added to everything to gain specificity. Removing "body" from the selectors. Updating the compress script to do the right thing.
Showing
- browserid/compress.sh 6 additions, 2 deletionsbrowserid/compress.sh
- browserid/static/dialog/css/m.css 103 additions, 102 deletionsbrowserid/static/dialog/css/m.css
- browserid/static/dialog/css/popup.css 0 additions, 1 deletionbrowserid/static/dialog/css/popup.css
- browserid/static/dialog/dialog.js 0 additions, 4 deletionsbrowserid/static/dialog/dialog.js
- browserid/views/dialog.ejs 6 additions, 0 deletionsbrowserid/views/dialog.ejs
Loading
Please register or sign in to comment