Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Sep 5, 2019. It is now read-only.

Commit 2006841

Browse files
committed
Refactoring add normalize.css
1 parent fc8027a commit 2006841

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

‎src/css/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
/*
33
import css styles
44
*/
5-
@import url(https://css-ui.github.io/css/css.ui.min.css);
5+
@import url(https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css);
66
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
7+
@import url(https://css-ui.github.io/css/cssui.min.css);
78
@import url(style.dropdown.css);
89

910
/*

‎src/css/style.dropdown.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,9 @@
4848
.dropdown ul.expand-dropdown li a {
4949
background-color: rgba(72, 72, 72, 1);
5050
text-decoration: none;
51+
margin-bottom: -1px;
5152
display: block;
52-
padding: 5px 10px;
53+
padding: 3px 10px;
5354
color: white;
5455
}
5556

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /