Selaa lähdekoodia

Editor: Fixed CSS indentation.

Mr.doob 12 vuotta sitten
vanhempi
commit
d4256de8f8
1 muutettua tiedostoa jossa 9 lisäystä ja 9 poistoa
  1. 9 9
      editor/index.html

+ 9 - 9
editor/index.html

@@ -38,17 +38,17 @@
 					}
 
 
-					.menubar .menu .options .option {
-						color: #666;
-						background-color: transparent;
-						padding: 5px 10px;
-						margin: 0px !important;
-					}
-
-						.menubar .menu .options .option:hover {
-							background-color: #eee;
+						.menubar .menu .options .option {
+							color: #666;
+							background-color: transparent;
+							padding: 5px 10px;
+							margin: 0px !important;
 						}
 
+							.menubar .menu .options .option:hover {
+								background-color: #eee;
+							}
+
 		</style>
 	</head>
 	<body>