aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorErik Faye-Lund <[email protected]>2019-04-18 10:18:36 +0200
committerErik Faye-Lund <[email protected]>2019-05-02 08:45:57 +0000
commita2b0000d3c84a15e1a9db7b282d72305e8a57dd6 (patch)
tree99abcbc06c09901c1dd5e49cacaf799271ce5c6f /docs
parent20b78393920f138f6f521251df7f98768706089e (diff)
docs: normaize css-indent style
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 <[email protected]> Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r--docs/mesa.css38
1 files changed, 19 insertions, 19 deletions
diff --git a/docs/mesa.css b/docs/mesa.css
index cfdcc94a067..1773dca66a5 100644
--- a/docs/mesa.css
+++ b/docs/mesa.css
@@ -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;
}