| Index: skin/firstRun.css | 
| =================================================================== | 
| --- a/skin/firstRun.css | 
| +++ b/skin/firstRun.css | 
| @@ -248,84 +248,6 @@ | 
| display: block; | 
| } | 
|  | 
| -#can-do-more | 
| -{ | 
| -  border-bottom: 4px solid #968D81; | 
| -} | 
| - | 
| -.feature-malware-image | 
| -{ | 
| -  background-image: url(features/malware.png); | 
| -  background-repeat: no-repeat; | 
| -} | 
| - | 
| -.feature-social-image | 
| -{ | 
| -  background-image: url(features/social.png); | 
| -  background-repeat: no-repeat; | 
| -} | 
| - | 
| -.feature-tracking-image | 
| -{ | 
| -  background-image: url(features/tracking.png); | 
| -  background-repeat: no-repeat; | 
| -} | 
| - | 
| -#can-do-more-content | 
| -{ | 
| -  margin-top: 30px; | 
| -} | 
| - | 
| -#can-do-more #features | 
| -{ | 
| -  border-spacing: 10px; | 
| -} | 
| - | 
| -#can-do-more .feature | 
| -{ | 
| -  list-style-type: none; | 
| -  padding-top: 30px; | 
| -  padding-bottom: 20px; | 
| -  border-top: 1px dashed #c0bebb; | 
| -} | 
| - | 
| -#can-do-more .feature-image, #can-do-more .feature-description | 
| -{ | 
| -  display: inline-block; | 
| -  vertical-align: top; | 
| -} | 
| - | 
| -#can-do-more .feature-description | 
| -{ | 
| -  -webkit-margin-start: 20px; | 
| -  -moz-margin-start: 20px; | 
| -  width: 625px; | 
| -  max-width: 85%; | 
| -} | 
| - | 
| -#can-do-more .feature-description-textblock | 
| -{ | 
| -  width: 480px; | 
| -  max-width: 100%; | 
| -  -webkit-margin-end: 40px; | 
| -  -moz-margin-end: 40px; | 
| -  display: inline-block; | 
| -} | 
| - | 
| -#can-do-more .feature-description-textblock > span | 
| -{ | 
| -  margin-top: 15px; | 
| -} | 
| - | 
| -#can-do-more .feature-image | 
| -{ | 
| -  width: 59px; | 
| -  height: 59px; | 
| -  margin: 10px 0px; | 
| -  -webkit-margin-start: 20px; | 
| -  -moz-margin-start: 20px; | 
| -} | 
| - | 
| #share | 
| { | 
| background-image: url(background-share.png); | 
| @@ -521,92 +443,6 @@ | 
| display: table-caption; | 
| } | 
|  | 
| -.toggle | 
| -{ | 
| -  cursor: pointer; | 
| -  position: relative; | 
| -  display: inline-block; | 
| -  vertical-align: top; | 
| -  height: 22px; | 
| -  margin-top: 32px; | 
| -  margin-bottom: 7px; | 
| -  border-radius: 9999px; | 
| -  border: 1px solid #999; | 
| -  overflow: hidden; | 
| -  -moz-user-select: none; | 
| -  -webkit-user-select: none; | 
| -  user-select: none; | 
| -} | 
| - | 
| -.toggle:hover | 
| -{ | 
| -  box-shadow: 0px 0px 3px 0px #968d81; | 
| -} | 
| - | 
| -.toggle:active | 
| -{ | 
| -  cursor: wait; | 
| -} | 
| - | 
| -.toggle-on, .toggle-off | 
| -{ | 
| -  min-width: 42px; | 
| -  height: 100%; | 
| -  font-size: 11px; | 
| -  font-weight: 500; | 
| -  text-align: center; | 
| -  line-height: 23px; | 
| -  border-radius: 9999px; | 
| -} | 
| - | 
| -.toggle-on | 
| -{ | 
| -  padding-left: 10px; | 
| -  padding-right: 30px; | 
| -  color: rgba(255,255,255,0.8); | 
| -  text-shadow: 1px 1px rgba(0,0,0,0.2); | 
| -  box-shadow: inset 2px 2px 6px rgba(0,0,0,0.2); | 
| -  background: rgb(69,163,31); | 
| -} | 
| - | 
| -.toggle-off | 
| -{ | 
| -  padding-left: 30px; | 
| -  padding-right: 10px; | 
| -  color: rgba(0,0,0,0.6); | 
| -  text-shadow: 1px 1px rgba(255,255,255,0.2); | 
| -  background: #cfcfcf; | 
| -  background: -moz-linear-gradient(top,  #cfcfcf 0%, #f5f5f5 100%); | 
| -  background: -webkit-linear-gradient(top,  #cfcfcf 0%,#f5f5f5 100%); | 
| -  background: linear-gradient(to bottom,  #cfcfcf 0%,#f5f5f5 100%); | 
| -} | 
| - | 
| -.toggle-blob | 
| -{ | 
| -  position: absolute; | 
| -  top: 0px; | 
| -  right: 0px; | 
| -  height: 100%; | 
| -  width: 22px; | 
| -  border-radius: 50px; | 
| -  background: #cfcfcf; | 
| -  background: -moz-linear-gradient(bottom,  #cfcfcf 0%, #f5f5f5 100%); | 
| -  background: -webkit-linear-gradient(bottom,  #cfcfcf 0%,#f5f5f5 100%); | 
| -  background: linear-gradient(to top,  #cfcfcf 0%,#f5f5f5 100%); | 
| -  box-shadow: 1px 1px 2px #888; | 
| -} | 
| - | 
| -.off .toggle-on | 
| -{ | 
| -  margin-top: -22px; | 
| -} | 
| - | 
| -.off .toggle-blob | 
| -{ | 
| -  left: 0px; | 
| -  right: auto; | 
| -} | 
| - | 
| #donate | 
| { | 
| height: 21px; | 
| @@ -680,20 +516,4 @@ | 
| { | 
| margin-top: 10px; | 
| } | 
| - | 
| -  #can-do-more, | 
| -  #can-do-more .feature h3 | 
| -  { | 
| -    text-align: center; | 
| -  } | 
| - | 
| -  #can-do-more .feature-description-textblock | 
| -  { | 
| -    text-align: start; | 
| -  } | 
| - | 
| -  .toggle | 
| -  { | 
| -    margin-top: 14px; | 
| -  } | 
| } | 
|  |