projects
/
ryf-theme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9c0ee2
)
move ellipsis to the right of ryf-list divs
author
Andrew Engelbrecht
<andrew@fsf.org>
Mon, 4 Nov 2019 22:13:54 +0000
(17:13 -0500)
committer
Andrew Engelbrecht
<andrew@fsf.org>
Mon, 4 Nov 2019 22:13:54 +0000
(17:13 -0500)
originally, they were showing up under the rightmost title word, so if
the title of a project was short, they should show up horizontally in
the middle of the div.
css/style.css
patch
|
blob
|
blame
|
history
diff --git
a/css/style.css
b/css/style.css
index 72a0448e1904bdd63ea5e328dc4cc6d931e2924d..38b24dffb68da8bd75270de72c73571fa0281b8c 100644
(file)
--- a/
css/style.css
+++ b/
css/style.css
@@
-373,6
+373,7
@@
nav .search-block-form {
.ryf-list h2 a {
display: inline-block;
height: 55px;
+ width: 100%;
overflow: hidden;
position: relative;
}