File diff 448aa7255869 → d0bbb39748cf
static/src/pyconau2017/css/app.css
Show inline comments
...
 
@@ -244,13 +244,13 @@ a:hover {
 
/**
 
 * 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] {
...
 
@@ -629,26 +629,22 @@ body {
 
  }
 
}
 

	
 

	
 
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;
 
}