Commit 3f20c10d by Taylor Otwell

Order the exception CSS.

parent 44d14df3
...@@ -50,6 +50,13 @@ ...@@ -50,6 +50,13 @@
color: #990000; color: #990000;
} }
#header {
margin: 0 auto;
margin-bottom: 15px;
margin-top: 20px;
width: 80%;
}
#wrapper { #wrapper {
background-color: #fff; background-color: #fff;
border-radius: 10px; border-radius: 10px;
...@@ -61,13 +68,6 @@ ...@@ -61,13 +68,6 @@
#wrapper h2:first-of-type { #wrapper h2:first-of-type {
margin-top: 0; margin-top: 0;
} }
#header {
margin: 0 auto;
margin-bottom: 15px;
margin-top: 20px;
width: 80%;
}
</style> </style>
</head> </head>
<body> <body>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment