-
-
Notifications
You must be signed in to change notification settings - Fork 677
Expand file tree
/
Copy path_FIX-THESE
More file actions
18 lines (10 loc) · 783 Bytes
/
_FIX-THESE
File metadata and controls
18 lines (10 loc) · 783 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TO DO:
***
BIG ISSUE: Touch devices need a better way to navigate the large top-level menu. Off canvas (drawer) might be the best option. Drop downs are too clunky and not reliable.
Simplify the way that most columns work -- remove dependency on Susy.
Won't be able to do this easily for the header banners because of the push/pull percent margins and paddings.
Blockquotes should not have a FOOTER element inside of them. Change markup and associated CSS. Fix also .success-stories-widget and .success-quote.
Make the breakpoints in layout.scss work on variables. Easier to change in one place than in both the layout and mq files.
Convert the .list-row-container ULs/OLs to use table-row and table-cell display properties? Test in IE. Benefits? Maybe none.
DONE:
***