Skip to content

Instantly share code, notes, and snippets.

@ajashton
Created February 9, 2013 16:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ajashton/4745867 to your computer and use it in GitHub Desktop.
Save ajashton/4745867 to your computer and use it in GitHub Desktop.

Minimal Google Calendar

I never use the top bars in Google Calendar, they're just a waste of space to me. A little CSS:

#onegoogbar {
    display:none;
}

.mbox {
    margin-top: 32px;
}

So much better:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment