Skip to content
This repository has been archived by the owner on Dec 9, 2021. It is now read-only.

Commit

Permalink
add v4-announce
Browse files Browse the repository at this point in the history
  • Loading branch information
raryosu committed Dec 28, 2016
1 parent b1b3c2c commit 54ee07b
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 27 deletions.
13 changes: 0 additions & 13 deletions dist/css/bootstrap.css
@@ -1,17 +1,4 @@
@charset "UTF-8";
/*!
* Rin v3.3.7-2
* Website http://rinhoshizo.la/
* Copyright 2016 Hagihara Ryosuke
* The MIT License
* Based on Honoka (http://honokak.osaka/) by windyakin
*/
/*!
* Bootstrap v3.3.7 (http://getbootstrap.com)
* Copyright 2011-2016 Twitter, Inc.
* Licensed under the MIT license
*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@font-face {
font-family: "Yu Gothic";
Expand Down
12 changes: 12 additions & 0 deletions docs/assets/css/example.css
Expand Up @@ -337,3 +337,15 @@ footer .copyright {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 24px;
}

.v4-pre {
display: block;
padding: 15px 20px;
font-weight: 700;
color: #fff;
text-align: center;
background-color: #0275d8;
}
.v4-pre:hover {
color: #fff;
}
12 changes: 12 additions & 0 deletions docs/assets/scss/example.scss
Expand Up @@ -241,3 +241,15 @@ footer {
font-size: 24px;
}
}

.v4-pre {
display: block;
padding: 15px 20px;
font-weight: 700;
color: #fff;
text-align: center;
background-color: #0275d8;
&:hover {
color: #fff;
}
}
13 changes: 0 additions & 13 deletions docs/css/bootstrap.css
@@ -1,17 +1,4 @@
@charset "UTF-8";
/*!
* Rin v3.3.7-2
* Website http://rinhoshizo.la/
* Copyright 2016 Hagihara Ryosuke
* The MIT License
* Based on Honoka (http://honokak.osaka/) by windyakin
*/
/*!
* Bootstrap v3.3.7 (http://getbootstrap.com)
* Copyright 2011-2016 Twitter, Inc.
* Licensed under the MIT license
*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@font-face {
font-family: "Yu Gothic";
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Expand Up @@ -33,7 +33,7 @@

</head>
<body>

<a href="//v4-alpha.rinhoshizo.la" class="v4-pre">Rin v4.0.0-alpha.1 (Pre-Release) Live Demoはこちら</a>
<header>
<div class="navbar navbar-default navbar-fixed-top">
<div class="container">
Expand Down

0 comments on commit 54ee07b

Please sign in to comment.