Megan Miller
Megan Miller
We really need a theme option to hide/show the author and date in search results. This should be done with template code, not with CSS, and add this to the...
To support markup like in the recommended solution to font awesome icons: https://github.com/FortAwesome/Font-Awesome/issues/6133
If you place blocks in the content-body region with span3 on them for example (to create a three col grid), in tablet they do not get the applied margin-right styles,...
span4 instead of span3 reference: #72
Right now, when someone makes a complex layout using the 2-col-stacked regions, they are not obeying the responsive rules as we had hoped. For example: First column: [span6] [span6] [span6]...
What are best practices for making pagination controls accessible, such as on Course Listing pages? Note: We are using out-of-the-box Drupal Views pager (slightly modified in theme preprocessor) Example: https://undergrad.stanford.edu/programs/introsems/explore/course-listing
right now, they show bullets and gray backgrounds on hover. Kind of ugly.  
why do we have this on line 305: .site-sidebar-first .block.well { width: calc(50% - 60px); } When we really just need to add box-sizing: border-box; to those blocks: .site-sidebar-first .block,...