File diff 448aa7255869 → d0bbb39748cf
static/src/pyconau2017/css/app.css
Show inline comments
...
 
@@ -238,25 +238,25 @@ a:hover {
 
  outline: 0;
 
}
 

	
 
/* ==========================================================================
 
   Typography
 
   ========================================================================== */
 
/**
 
 * Address variable `h1` font-size and margin within `section` and `article`
 
 * contexts in Firefox 4+, Safari 5, and Chrome.
 
 */
 
h1 {
 
  font-size: 2em;
 
  margin: 0.67em 0;
 
  /* margin: 0.67em 0; */
 
}
 

	
 
/**
 
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 
 */
 
abbr[title] {
 
  border-bottom: 1px dotted;
 
}
 

	
 
/**
 
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 
 */
...
 
@@ -623,38 +623,34 @@ body {
 
  }
 
}
 

	
 
@media (min-width: 80em) {
 
  .lede {
 
    font-size: 28px;
 
  }
 
}
 

	
 

	
 
a {
 
  color: #337ab7;
 
  text-decoration: none;
 
  border-bottom: 1px solid #3ab1c9;
 
  text-decoration: none  !important;
 
  /* border-bottom: 1px solid #3ab1c9; */
 
  transition: color 300ms;
 
}
 

	
 
a:hover, a:focus, a:active {
 
  color: #3ab1c9;
 
}
 

	
 
ul,
 
ol {
 
  padding: 0;
 
  /* margin: 0; */
 
}
 

	
 

	
 
ul > li,
 
ol > li {
 
  list-style-position: outside;
 
  margin-left: 1em;
 
}
 

	
 
blockquote {
 
  margin-left: 0;
 
  padding-left: 20px;
 
  padding-left: 1.25rem;
 
  font-style: italic;