am b7f96375: docs: fix ::selection style to use Android blue for text highlighting

# Via Scott Main
* commit 'b7f963758f1a252a943b67b200b8e6141d94430c':
  docs: fix ::selection style to use Android blue for text highlighting
This commit is contained in:
Scott Main
2013-02-07 17:00:42 -08:00
committed by Android Git Automerger

View File

@@ -3,11 +3,15 @@
/* clearfix idiom */
/* common mixins */
/* page layout + top-level styles */
::-webkit-selection,
::-moz-selection,
::selection {
background-color: #0099cc;
color: #fff; }
::-webkit-selection {
background-color: #0099cc;
color: #fff; }
::-moz-selection {
background-color: #0099cc;
color: #fff; }
html, body {
height: 100%;
@@ -3436,15 +3440,6 @@ EndColorStr='#ececec');
/*********** PREVIOUSLY dac-styles.css ***************/
::-webkit-selection,
::-moz-selection,
::selection {
background-color: #0099cc;
color: #fff; }
#header {
border-bottom:0;
}