diff options
-rw-r--r-- | css/bootswatch.css | 2 | ||||
-rw-r--r-- | index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/css/bootswatch.css b/css/bootswatch.css index 80d90956..3783d9da 100644 --- a/css/bootswatch.css +++ b/css/bootswatch.css @@ -143,7 +143,7 @@ section { width: 16px; } -h3 { +.index h3 { text-align: center; font-size: 20px; } @@ -32,7 +32,7 @@ </script> </head> -<body> +<body class="index"> <script src="js/bsa.js"></script> <div class="navbar navbar-fixed-top"> |