Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
solo-1
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
solo-1
Commits
acbe386f
Unverified
Commit
acbe386f
authored
Feb 17, 2019
by
Van
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
💄
#12648
parent
df1f01f2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
26 additions
and
5 deletions
+26
-5
src/main/webapp/css/default-init.css
src/main/webapp/css/default-init.css
+21
-2
src/main/webapp/skins
src/main/webapp/skins
+1
-1
src/main/webapp/start.ftl
src/main/webapp/start.ftl
+4
-2
No files found.
src/main/webapp/css/default-init.css
View file @
acbe386f
...
...
@@ -20,7 +20,7 @@
*
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @author <a href="http://88250.b3log.org">Liang Ding</a>
* @version 1.
2.1.1, Feb 16
, 2019
* @version 1.
3.0.0, Feb 17
, 2019
*/
/* reset */
...
...
@@ -230,7 +230,7 @@ input[type=text]:focus {
.github__text
{
cursor
:
pointer
;
font-size
:
12px
;
color
:
#
999
;
color
:
#
666
;
}
.github__text
ul
{
...
...
@@ -249,6 +249,25 @@ input[type=text]:focus {
display
:
block
;
}
.github__check
{
font-size
:
12px
;
display
:
flex
;
width
:
80%
;
margin
:
10px
auto
0
;
align-items
:
center
;
line-height
:
20px
;
color
:
#999
;
}
.github__check
a
{
color
:
#999
;
text-decoration
:
underline
;
}
.github__check
input
{
width
:
auto
;
}
/* start content-reset */
.content-reset
{
word-wrap
:
break-word
;
...
...
skins
@
cd12e591
Subproject commit
8c273df0689aad4f951d6d8f3a86e92f1a8311a
a
Subproject commit
cd12e591de84c8320b1e22a07338f16134cf578
a
src/main/webapp/start.ftl
View file @
acbe386f
...
...
@@ -41,9 +41,11 @@
<li>我们不会对你的数据进行任何写入操作</li>
</ul>
</div>
<label class="github__
text
">
<label class="github__
check
">
<input type="checkbox" id="isAgreenCheck">
是否愿意在 GitHub 上收藏该<a href="https://github.com/b3log/solo" target="_blank">项目</a>、关注<a href="https://github.com/88250" target="_blank">开发者</a>并加入 <a href="https://github.com/b3log" target="_blank">B3log 开源组织</a>
<div class="fn-flex-1">
是否愿意在 GitHub 上收藏该<a href="https://github.com/b3log/solo" target="_blank">项目</a>、关注<a href="https://github.com/88250" target="_blank">开发者</a>并加入 <a href="https://github.com/b3log" target="_blank">B3log 开源组织</a>
</div>
</label>
</div>
<script type="text/javascript" src="${staticServePath}/js/lib/jquery/jquery.min.js" charset="utf-8"></script>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment