About window: only allow text selection

This commit is contained in:
Feross Aboukhadijeh
2016-03-26 23:20:37 -07:00
parent 3f1ae1b53c
commit 6bf71faba4

View File

@@ -10,6 +10,7 @@
text-align: center; text-align: center;
overflow: hidden; overflow: hidden;
font-size: 16px; font-size: 16px;
-webkit-user-select: none;
} }
img { img {
width: 65px; width: 65px;
@@ -17,9 +18,11 @@
} }
h1 { h1 {
font-size: 0.9em; font-size: 0.9em;
-webkit-user-select: text;
} }
p { p {
font-size: 0.8em; font-size: 0.8em;
-webkit-user-select: text;
} }
</style> </style>
</head> </head>