ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/www/trunk/notes/0.3/index.html
(Generate patch)

Comparing trunk/notes/0.3/index.html (file contents):
Revision 641 by laffer1, Sat Sep 26 14:01:37 2015 UTC vs.
Revision 642 by laffer1, Fri Oct 9 21:29:01 2015 UTC

# Line 1 | Line 1
1   <!DOCTYPE html>
2 < <html>
2 > <html lang="en-US">
3          <head>
4 <                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4 >                <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5                  <meta name="viewport" content="width=device-width, initial-scale=1">
6 <                <title>MidnightBSD Release Notes - 0.3-RELEASE/title>
7 <                <link rel="shortcut icon" href="/favicon.ico" />
6 >                <title>MidnightBSD Release Notes - 0.3-RELEASE</title>
7 >                <link rel="shortcut icon" href="/favicon.ico">
8                  <style type="text/css" media="all">
9                          @import url("../../css/essence.css");
10 <                        #text ul li { font-size: 11pt; margin-bottom: 5px; }
11 <                        .note { font-size: 80%; color: #aaa; padding: 15px; margin-top: 15px; }
12 <                        .update h4 { color: #15a9ed; text-align: center; padding-top: 0.4em; margin-bottom: 0; display: block; }
13 <                        .update { background: #f2fbff; border: 2px solid #dff2fb; font-size: 80%; width: 40%; float: left; margin-right: 2.4em; color: #555; }
14 <                        .ast { color: #1373ce; }
15 <                        #list ul { margin-left: 2em; padding-left: 1em; list-style-position: inside; }
10 >
11 >                        #text ul li {
12 >                                font-size: 11pt;
13 >                                margin-bottom: 5px;
14 >                        }
15 >
16 >                        .note {
17 >                                font-size: 80%;
18 >                                color: #aaa;
19 >                                padding: 15px;
20 >                                margin-top: 15px;
21 >                        }
22 >
23 >                        .update h4 {
24 >                                color: #15a9ed;
25 >                                text-align: center;
26 >                                padding-top: 0.4em;
27 >                                margin-bottom: 0;
28 >                                display: block;
29 >                        }
30 >
31 >                        .update {
32 >                                background: #f2fbff;
33 >                                border: 2px solid #dff2fb;
34 >                                font-size: 80%;
35 >                                width: 40%;
36 >                                float: left;
37 >                                margin-right: 2.4em;
38 >                                color: #555;
39 >                        }
40 >
41 >                        .ast {
42 >                                color: #1373ce;
43 >                        }
44 >
45 >                        #list ul {
46 >                                margin-left: 2em;
47 >                                padding-left: 1em;
48 >                                list-style-position: inside;
49 >                        }
50                  </style>
51 <                        <!-- Begin Cookie Consent plugin by Silktide - http://silktide.com/cookieconsent -->
52 <                                        <script type="text/javascript">
53 <                                            window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":null,"theme":"dark-top"};
54 <                                        </script>
55 <                                        <script type="text/javascript" src="//s3.amazonaws.com/cc.silktide.com/cookieconsent.latest.min.js"></script>
56 <                                        <!-- End Cookie Consent plugin -->
51 >                <!-- Begin Cookie Consent plugin by Silktide - http://silktide.com/cookieconsent -->
52 >                <script type="text/javascript">
53 >                        window.cookieconsent_options = {
54 >                                "message": "This website uses cookies to ensure you get the best experience on our website",
55 >                                "dismiss": "Got it!",
56 >                                "learnMore": "More info",
57 >                                "link": null,
58 >                                "theme": "dark-top"
59 >                        };
60 >                </script>
61 >                <script type="text/javascript"
62 >                                src="//s3.amazonaws.com/cc.silktide.com/cookieconsent.latest.min.js"></script>
63 >                <!-- End Cookie Consent plugin -->
64          </head>
65          
66          <body>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines