/*
Theme Name: Iconic One
Custom CSS Template for Iconic One.
NB. I also made changes in Appearance/Edit CSS/ !!
*/
/* Change color of font resizer  
li.fontResizer > a { color: black; }
*/
/* should let logo auto size on mobiles, but seems no effect  */
.themonic-logo img {
    width: 100%;
}
/* Highlight today's date in widget calendar */
#today { background-color: #EFEFEF !important; }
/* this one is supposed to underline calendar only, but does not seem to work. wrong location? #wp-calendar a {text-decoration: underline;} */
/* Change width and location of navi panel - nice trick but not useful for me now
.themonic-nav {
  float:left;
  width: 50%
}
*/