docs: normaize css-indent style
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Thu, 18 Apr 2019 08:18:36 +0000 (10:18 +0200)
committerErik Faye-Lund <erik.faye-lund@collabora.com>
Thu, 2 May 2019 08:45:57 +0000 (08:45 +0000)
Tabs has been around as the indention style of this file since it was
created. Some newer CSS has added double-spaces, but let's keep it
consistent.

Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
docs/mesa.css

index cfdcc94a06759befd56872632be7021cf850c70d..1773dca66a5978363ab498d7bd66ca9e6c539429 100644 (file)
@@ -35,32 +35,32 @@ pre {
 }
 
 iframe {
-  width: 19em;
-  height: 80em;
-  border: none;
-  float: left;
+       width: 19em;
+       height: 80em;
+       border: none;
+       float: left;
 }
 
 .content {
-  position: absolute;
-  left: 20em;
-  right: 10px;
-  overflow: hidden
+       position: absolute;
+       left: 20em;
+       right: 10px;
+       overflow: hidden
 }
 
 .header {
-  background: black url('gears.png') 15px no-repeat;
-  margin:0;
-  padding: 5px;
-  clear:both;
+       background: black url('gears.png') 15px no-repeat;
+       margin:0;
+       padding: 5px;
+       clear:both;
 }
 
 .header h1 {
-  background: url('gears.png') right no-repeat;
-  color: white;
-  font: x-large sans-serif;
-  text-align: center;
-  height: 50px;
-  margin: 0;
-  padding-top: 30px;
+       background: url('gears.png') right no-repeat;
+       color: white;
+       font: x-large sans-serif;
+       text-align: center;
+       height: 50px;
+       margin: 0;
+       padding-top: 30px;
 }