1
0
mirror of https://github.com/robsheldon/sscaffold-css.git synced 2025-01-16 20:28:26 +01:00

Commit Graph

  • 9d18129c15 Update README with 0.1.1 jsdelivr link and integrity. master Rob 2020-03-08 17:00:56 -07:00
  • 03ba3378c6 Update package.json for 0.1.1. Oops. 0.1.1 Rob 2020-03-08 16:47:42 -07:00
  • 9cdcbad728 README: 0.1.0 -> 0.1.1 Rob 2020-03-08 16:37:22 -07:00
  • 400ec8e232 Add a CHANGELOG file with release notes. Rob 2020-03-08 16:33:12 -07:00
  • 90686f5f43 Try a new CSS minifier to fix GH issue #9. Rob 2020-03-08 15:57:25 -07:00
  • dd2ea33000 Add missing "and" keywords in media queries. Rob 2020-03-08 15:46:14 -07:00
  • 897ae6a473 Update README with npm and jsdelivr instructions. Rob 2020-01-15 18:18:41 -08:00
  • b0467d948f Add filename to package.json for cdnjs. Rob 2020-01-15 17:49:20 -08:00
  • 737bb3878b Update description in package.json to better explain what this thing does. Rob 2020-01-15 17:43:04 -08:00
  • 0c176db4a7 Update package.json for cdnjs compatibility. (Indentation...) Rob 2020-01-15 17:13:26 -08:00
  • 51cee57264 Update package.json for 0.1.0 release. 0.1.0 Rob 2020-01-15 16:48:56 -08:00
  • 4d44be6874 Update README with size comparison vs. milligram and skeleton. Rob 2020-01-15 12:47:56 -08:00
  • 58dacc74bc Remove "documentation coming soon" from "Using sscaffold" section in README. Rob 2020-01-15 12:26:56 -08:00
  • 503dbc04d7 Add minified version. Rob 2020-01-15 12:05:43 -08:00
  • bcf7288b7b Update "documentation" section of README with a link to the complete documentation site. Rob 2020-01-14 14:17:28 -08:00
  • 7a4a19448e Update year in LICENSE. Rob 2020-01-13 19:38:49 -08:00
  • f81fa68acb Move a couple of theme layout elements into the proper subsection of the theme section. Rob 2020-01-13 16:32:52 -08:00
  • a0197e37dd Move the prefers-reduced-motion media query up to the top of the global resets for compatibility with in-progress documentation. Rob 2020-01-12 17:05:55 -08:00
  • c47787eb88 Remove a redundant reset rule. Rob 2020-01-12 13:16:14 -08:00
  • 67eb61247c Replace the calc() functions with static declarations. Rob 2020-01-11 16:56:16 -08:00
  • f7ac4f7b08 Add font and layout scaling on the html element with calc() formulas for different resolutions. Rob 2020-01-11 16:20:57 -08:00
  • ae7b80dd25 Minor syntax cleanup here and there. Rob 2020-01-08 09:26:05 -08:00
  • 4605893ae5 Fix an embarrassing oops that made it through testing -- header and body font stacks were reversed. Rob 2020-01-07 18:45:41 -08:00
  • 2817e1c6a5 Update font stacks to use Open Sans for the body and Montserrat for headings only. Further darken text color for WCAG AAA conformance. Rob 2020-01-07 18:34:37 -08:00
  • 9459a75905 Add a package.json file for npm/bower compatibility. Rob 2020-01-07 17:09:09 -08:00
  • 403ba0f941
    Create package.json CJ Patoilo 2020-01-07 09:22:34 -03:00
  • 735097ea1c Update body color to #767676 on advice from ~deltron3030 on HN. Rob 2020-01-04 10:09:18 -08:00
  • 12a4d8ec82 Merge branch 'vladdoster-patch-1' Rob 2020-01-04 10:05:04 -08:00
  • cddfe35561
    Update README.md Vlad Doster 2020-01-03 22:18:25 -05:00
  • d186a1ebb9 Update readme with current release status. Rob 2020-01-03 09:56:14 -08:00
  • 63fd917f8e Multiple minor adjustments for display in webkit, small iPhone, and desktop browser configurations. Rob 2020-01-02 23:13:01 -08:00
  • fdf7f7a361 Adjust body font sizing for mobile displays; add an @media rule for larger displays. Rob 2020-01-02 11:30:46 -08:00
  • 8bfefc22b9 Add credit to https://github.com/othneildrew/Best-README-Template/ Rob 2019-12-27 17:24:45 -08:00
  • 09cfd54c1d Update README with badges and acknowledgements. Rob 2019-12-27 17:23:34 -08:00
  • b68d42bd7c Remove redundant tagline under logo. Rob 2019-12-27 17:14:24 -08:00
  • c18594bbac Add the LICENSE and README.md files for publishing to GitHub. Rob 2019-12-27 17:08:59 -08:00
  • 917240f9db Fix text vertical alignment for buttons inside other elements. Rob 2019-12-27 16:16:54 -08:00
  • c0950b1413 Fix a padding conflict between skeleton's and milligram's grids. Rob 2019-12-27 14:44:25 -08:00
  • fa104cf458 Add a layout section for the "sticky footer" rules. Customize the base theme to differentiate it from milligram. Rob 2019-12-27 14:29:30 -08:00
  • dd24b4959a Fix the media query for the skeleton grid to match milligram's; adjust the layout and centering of child elements of the <article> and <section> tags so that an <article> or <section> can have its own color scheme and fill all of its available space. Rob 2019-12-24 14:58:15 -08:00
  • 178ff3fe76 Fix alignment. I can't figure out why milligram extended .row elements beyond the edges of their parent and the git history for milligram offers no clues. I'm removing it for now until a clear need appears. Rob 2019-12-24 14:40:37 -08:00
  • ed56b79db2 Integrate skeleton.css's 12-column grid styles. Rob 2019-12-24 14:31:14 -08:00
  • 85cdb8d8ee Reorganize the 'base theme' section into subsections for typography, layout, and colors. Rob 2019-12-23 15:35:03 -08:00
  • d9f19e180a Fine tune text alignment for table cells, add another reference,and improve the comments for the <html> selector near the top. Rob 2019-12-23 13:56:31 -08:00
  • a6cd1cfc55 Incorporate some suggestions from https://hankchizljaw.com/wrote/a-modern-css-reset/ Rob 2019-12-23 13:19:10 -08:00
  • 334030d13b Minor comment updates. Rob 2019-12-22 20:17:13 -08:00
  • ed91ebb7b7 Fix the rendering of inline code blocks. Rob 2019-12-22 16:24:22 -08:00
  • 74eb72c06b Update comments on box-sizing to include a reference to https://css-tricks.com/box-sizing/ Rob 2019-12-22 16:13:26 -08:00
  • 0a74779fde Starting with Chrome 72, svg data-uris can no longer contain certain characters. Base64-encoding these uris fixes this issue. Rob 2019-12-22 16:04:14 -08:00
  • 07446b5bd9 Add a missing 70% column to the column values from milligram's flexbox layout. Rob 2019-12-22 15:34:53 -08:00
  • 92b249a9cb First round of minor fixes after reviewing results from test file. Rob 2019-12-22 15:26:59 -08:00
  • a7a82ed8a7 Fix a couple of minor issues. Rob 2019-12-18 08:13:45 -08:00
  • 5ad93a8300 Integrate milligram.css Rob 2019-12-18 08:08:03 -08:00
  • 23020cf686 Initial commit based off of normalize.css version 8.0.1: https://github.com/necolas/normalize.css/ Rob 2019-12-17 14:22:28 -08:00